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

@@ -569,7 +569,6 @@ public class Cubot extends GameObject implements Updatable, ControllableUnit, Me
public int hardwareQuery(int address) {
HardwareModule hardware = hardwareAddresses.get(address);
if (hardware != null) {
return hardware.getId();
} else {