This commit is contained in:
Anuken
2020-05-21 16:53:30 -04:00
parent 14e79b50d2
commit c225291790
2 changed files with 2 additions and 4 deletions

View File

@@ -349,9 +349,7 @@ public class Maps{
} }
public String writeWaves(Array<SpawnGroup> groups){ public String writeWaves(Array<SpawnGroup> groups){
if(groups == null){ if(groups == null) return "[]";
return "[]";
}
StringWriter buffer = new StringWriter(); StringWriter buffer = new StringWriter();
json.setWriter(new JsonWriter(buffer)); json.setWriter(new JsonWriter(buffer));

View File

@@ -1,3 +1,3 @@
org.gradle.daemon=true org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=ac0754b6f1becb59b38be1e03824e7330526ef15 archash=81c1af45d826a9a9553457b5c844b8b7d4faea7c