Only fix Giant facings is prepare Phase

This commit is contained in:
Sarah 2015-12-13 14:31:21 +01:00
parent 4abad9e1c4
commit 63f5794c79

View File

@ -285,6 +285,9 @@ public class TypeWars extends TeamGame
if(event.getType() != UpdateType.TICK)
return;
if(GetState() != GameState.Prepare)
return;
for(Giant giant : _giantLocs.keySet())
{
giant.teleport(_giantLocs.get(giant));