Set FixSpawnFacing to false so that out looking at the middle feature would work.

This commit is contained in:
Virizion 2015-12-03 21:13:33 -05:00
parent bb708911d6
commit 465f8c28f6
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ public class SpeedBuilder extends SoloGame
DontAllowOverfill = true; DontAllowOverfill = true;
DeathMessages = false; DeathMessages = false;
FixSpawnFacing = false;
} }
@Override @Override