mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-11 06:11:50 +09:00
player load ui
This commit is contained in:
@@ -189,7 +189,9 @@ public class App implements ApplicationListener {
|
||||
* Sorted by the lastplaytime, in reverse order (index 0 is the most recent game played)
|
||||
*/
|
||||
public static TreeMap<UUID, DiskSkimmer> savegameWorlds = new TreeMap<>();
|
||||
public static TreeMap<UUID, String> savegameWorldsName = new TreeMap<>();
|
||||
public static TreeMap<UUID, DiskSkimmer> savegamePlayers = new TreeMap<>();
|
||||
public static TreeMap<UUID, String> savegamePlayersName = new TreeMap<>();
|
||||
|
||||
public static void updateListOfSavegames() {
|
||||
AppUpdateListOfSavegames();
|
||||
|
||||
Reference in New Issue
Block a user