Fixed custom game waves / Fixed Windows appdata being incorrect

This commit is contained in:
Anuken
2018-09-29 14:25:29 -11:00
parent 5e1aaf11a7
commit e7533232c0
5 changed files with 34 additions and 30 deletions

View File

@@ -32,10 +32,6 @@ public class Maps implements Disposable{
/**Used for storing a list of custom map names for GWT.*/
private Array<String> customMapNames;
public Maps(){
}
/**Returns a list of all maps, including custom ones.*/
public Array<Map> all(){
return allMaps;