Fix: limit 0 because of too early call of notifybot
This commit is contained in:
		| @@ -294,7 +294,7 @@ func getGuesser(m map[string]BotPlayer, team UserTeam) string { | ||||
| func (r *Room) WhichBotToMove() string { | ||||
| 	fmt.Println("looking for bot to move", "team-turn:", r.TeamTurn, | ||||
| 		"mime-done:", r.MimeDone, "bot-map:", r.BotMap, "is_running:", r.IsRunning, | ||||
| 		"blueMime:", r.BlueTeam.Mime, "redMime:", r.RedTeam.Mime) | ||||
| 		"blueMime:", r.BlueTeam.Mime, "redMime:", r.RedTeam.Mime, "card-limit:", r.ThisTurnLimit, "opened:", r.OpenedThisTurn) | ||||
| 	if !r.IsRunning { | ||||
| 		return "" | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder
					Grail Finder