Updated desolate rift / Spawning fixes

This commit is contained in:
Anuken
2019-04-26 23:23:45 -04:00
parent d827cda395
commit 768d67a8ae
6 changed files with 9 additions and 13 deletions

View File

@@ -25,10 +25,6 @@ public class Maps implements Disposable{
/** Serializer for meta. */
private Json json = new Json();
public Maps(){
}
/** Returns a list of all maps, including custom ones. */
public Array<Map> all(){
return maps;