Fixed typos & cleaned comments. Added autologin debug option. Added construction site base

This commit is contained in:
Simon
2018-12-02 20:04:45 -05:00
parent ae41bd9cb9
commit 71e88afdc9
55 changed files with 111 additions and 204 deletions

View File

@@ -21,4 +21,6 @@ public class TileVaultWall extends Tile {
public boolean isBlocked() {
return true;
}
}