More housekeeping

This commit is contained in:
gravitylow
2014-04-15 13:42:09 -04:00
parent 68d3145c7d
commit e3c0f6376f
13 changed files with 4 additions and 273 deletions

View File

@@ -34,7 +34,7 @@ public class Board {
public static void setIdAt(String id, FLocation flocation) {
clearOwnershipAt(flocation);
if (id == "0") {
if (id.equals("0")) {
removeAt(flocation);
}