Implement saving tower records

This commit is contained in:
Melledy
2025-10-28 05:47:01 -07:00
parent 276d9f9002
commit d89acec89c
7 changed files with 207 additions and 36 deletions

View File

@@ -134,8 +134,6 @@ public class CharacterStorage extends PlayerManager {
this.characters.put(character.getCharId(), character);
});
db.getObjects(GameDisc.class, "playerUid", getPlayerUid()).forEach(disc -> {
// Get data
var data = GameData.getDiscDataTable().get(disc.getDiscId());