AlexTheCoder 2015-08-31 15:11:57 -04:00
parent b63843930f
commit 32a257fa55
1 changed files with 1 additions and 1 deletions

View File

@ -947,7 +947,7 @@ public class GameFlagManager implements Listener
Game game = Manager.GetGame(); Game game = Manager.GetGame();
if (game == null) return; if (game == null) return;
if (!game.IsLive()) if (!(game.IsLive() || game.GetState() == GameState.Prepare))
return; return;
if (!game.TeleportsDisqualify) if (!game.TeleportsDisqualify)