Remove hash

This commit is contained in:
giongto35 2019-05-05 23:46:40 +08:00
parent 55229e33b6
commit fd7a847df6
4 changed files with 22 additions and 49 deletions

View file

@ -68,7 +68,7 @@ func NewRoom(roomID, gamepath, gameName string, onlineStorage *storage.Client) *
path := gamepath + "/" + gameName
go func(path, roomID string) {
// Check room is on local or fetch from server
savepath := emulator.GetSavePath(path, roomID)
savepath := emulator.GetSavePath(roomID)
log.Println("Check ", savepath, " on local : ", room.isGameOnLocal(savepath))
if !room.isGameOnLocal(savepath) {
// Fetch room from GCP to server