mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-12 20:34:36 +01:00
Fix records being broken when ending a run
This commit is contained in:
@@ -51,7 +51,7 @@ public class StarTowerBuild implements GameDatabaseObject {
|
||||
this.subNoteSkills = new Int2IntOpenHashMap();
|
||||
|
||||
// Characters
|
||||
this.charIds = game.getDiscs().stream()
|
||||
this.charIds = game.getChars().stream()
|
||||
.filter(d -> d.getId() > 0)
|
||||
.mapToInt(d -> d.getId())
|
||||
.toArray();
|
||||
|
||||
Reference in New Issue
Block a user