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