Fixed invis bug.

This commit is contained in:
Virizion 2016-01-22 01:22:31 -05:00
parent 5c83f5c1e5
commit c66f37817e

View File

@ -388,6 +388,8 @@ public class SpeedBuilders extends SoloGame
Manager.GetDisguise().disguise(disguise);
player.setGameMode(GameMode.SURVIVAL);
player.setAllowFlight(true);
player.setFlying(true);