mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-14 13:24:43 +01:00
Mark new vampire survivor cards
This commit is contained in:
@@ -86,7 +86,7 @@ public class PlayerProgress extends PlayerManager implements GameDatabaseObject
|
||||
|
||||
// Add & Save to database
|
||||
this.getStarTowerLog().add(id);
|
||||
Nebula.getGameDatabase().addToList(this, this.getUid(), "starTowerLog", id);
|
||||
Nebula.getGameDatabase().addToSet(this, this.getUid(), "starTowerLog", id);
|
||||
}
|
||||
|
||||
public void addInfinityArenaLog(int levelId) {
|
||||
|
||||
Reference in New Issue
Block a user