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
+1 -3
View File
@@ -349,9 +349,7 @@ public class Maps{
}
public String writeWaves(Array<SpawnGroup> groups){
if(groups == null){
return "[]";
}
if(groups == null) return "[]";
StringWriter buffer = new StringWriter();
json.setWriter(new JsonWriter(buffer));
+1 -1
View File
@@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=ac0754b6f1becb59b38be1e03824e7330526ef15
archash=81c1af45d826a9a9553457b5c844b8b7d4faea7c