mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-13 12:54: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();
|
this.subNoteSkills = new Int2IntOpenHashMap();
|
||||||
|
|
||||||
// Characters
|
// Characters
|
||||||
this.charIds = game.getDiscs().stream()
|
this.charIds = game.getChars().stream()
|
||||||
.filter(d -> d.getId() > 0)
|
.filter(d -> d.getId() > 0)
|
||||||
.mapToInt(d -> d.getId())
|
.mapToInt(d -> d.getId())
|
||||||
.toArray();
|
.toArray();
|
||||||
|
|||||||
Reference in New Issue
Block a user