Fix: timer
This commit is contained in:
		| @@ -337,7 +337,7 @@ func HandleGiveClue(w http.ResponseWriter, r *http.Request) { | ||||
| 		fi.Room.ThisTurnLimit = 9 | ||||
| 	} | ||||
| 	fi.Room.OpenedThisTurn = 0 | ||||
| 	StartTurnTimer(fi.Room.ID, time.Duration(fi.Room.Settings.RoundTime)*time.Second) | ||||
| 	StartTurnTimer(fi.Room.ID, fi.Room.Settings.RoundTime) | ||||
| 	log.Debug("given clue", "clue", clue, "limit", fi.Room.ThisTurnLimit) | ||||
| 	notify(models.NotifyBacklogPrefix+fi.Room.ID, clue+num) | ||||
| 	notifyBotIfNeeded(fi.Room) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder
					Grail Finder