instantiate personalLineList (#2165)

This commit is contained in:
Nazrin 2023-05-25 07:19:21 -07:00 committed by GitHub
parent a4ef130923
commit 883dcef054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<>();