HotIce: Fix Syntax error

install-platforms
Martin Strohmeier 2017-07-09 19:26:10 +02:00
parent 03b6024aca
commit 2d0a178b87
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ func InitializePlayer(int plr)
// Players joining at runtime will participate in the following round.
// Should only happen if it's not game start, else Clonks would start stuck in a RelaunchContainer.
if (FrameCounter > 1) PutInRelaunchContainer(GetCrew(plr));
if (FrameCounter() > 1) PutInRelaunchContainer(GetCrew(plr));
}
func InitializePlayers()