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){
if(groups == null){
return "[]";
}
if(groups == null) return "[]";
StringWriter buffer = new StringWriter();
json.setWriter(new JsonWriter(buffer));