instantiate personalLineList (#2165)

This commit is contained in:
Nazrin
2023-05-25 07:19:21 -07:00
committed by GitHub
parent a4ef130923
commit 883dcef054

View File

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