Removes unnecessary semicolons

This commit is contained in:
thatsIch
2014-09-28 00:50:06 +02:00
parent 6b60a0996b
commit 1e71e86acc
60 changed files with 79 additions and 80 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ public class TickHandler
networks = new NetworkList();
}
};
}
final public static TickHandler instance = new TickHandler();
@@ -81,7 +81,7 @@ public class TickHandler
ticksLeft = ticks;
}
};
}
final private HashMap<Integer, PlayerColor> cliPlayerColors = new HashMap();
final private HashMap<Integer, PlayerColor> srvPlayerColors = new HashMap();