Research system progress

This commit is contained in:
Anuken
2020-06-19 19:31:14 -04:00
parent 08ac91359b
commit 6bcc103cf7
59 changed files with 393 additions and 415 deletions

View File

@@ -80,7 +80,6 @@ public class Map implements Comparable<Map>, Publishable{
public void setHighScore(int score){
Core.settings.put("hiscore" + file.nameWithoutExtension(), score);
Vars.data.modified();
}
/** Returns the result of applying this map's rules to the specified gamemode.*/