mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-15 16:34:56 +01:00
instantiate personalLineList (#2165)
This commit is contained in:
@@ -249,6 +249,7 @@ public class Player implements PlayerHook {
|
||||
this.nameCardList = new HashSet<>();
|
||||
this.flyCloakList = new HashSet<>();
|
||||
this.costumeList = new HashSet<>();
|
||||
this.personalLineList = new HashSet<>();
|
||||
this.towerData = new TowerData();
|
||||
this.collectionRecordStore = new PlayerCollectionRecords();
|
||||
this.unlockedForgingBlueprints = new HashSet<>();
|
||||
|
||||
Reference in New Issue
Block a user