Duplicate IP prevention / Removed overflow inventories

This commit is contained in:
Anuken
2021-01-18 20:17:59 -05:00
parent 4aa2d9097f
commit 25b22b4f93
6 changed files with 31 additions and 71 deletions

View File

@@ -72,7 +72,6 @@ public class MapsDialog extends BaseDialog{
Map map = MapIO.createMap(file, true);
//when you attempt to import a save, it will have no name, so generate one
String name = map.tags.get("name", () -> {
String result = "unknown";