Fixed hardware deserialization issues

This commit is contained in:
simon
2018-03-10 11:51:31 -05:00
parent 9cac665101
commit e4269b83c4
7 changed files with 34 additions and 10 deletions

View File

@@ -100,6 +100,7 @@ public class WorldCreationListener implements GameEventListener {
if (p != null) {
VaultDoor vaultDoor = new VaultDoor(0); //todo cypherId ?
vaultDoor.setWorld(world);
int counter = 700;
while (p.x == 0 || p.x == world.getWorldSize() - 1 || p.y == world.getWorldSize() - 1 || p.y == 0