a r c
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user