Push pending stuff.

This commit is contained in:
drtshock
2014-04-13 16:31:10 -04:00
parent b50cebcdb6
commit eb770edd7a
3 changed files with 10 additions and 11 deletions

View File

@@ -103,7 +103,6 @@ public class Board {
while (iter.hasNext()) {
Entry<FLocation, String> entry = iter.next();
if (!Factions.i.exists(entry.getValue())) {
P.p.log("Board cleaner removed " + entry.getValue() + " from " + entry.getKey());
iter.remove();
}
@@ -234,7 +233,7 @@ public class Board {
// -------------------------------------------- //
public static Map<String, Map<String, String>> dumpAsSaveFormat() {
Map<String, Map<String, String>> worldCoordIds = new HashMap<String, Map<String, String>>();
Map<String, Map<String, String>> worldCoordIds = new HashMap<>();
String worldName, coords;
String id;