Only fix Giant facings is prepare Phase
This commit is contained in:
parent
4abad9e1c4
commit
63f5794c79
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user