1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 10:22:58 +01:00

don't forget to init partyLeaderRef

This commit is contained in:
nossr50
2020-12-08 14:20:36 -08:00
parent a8257f3d6e
commit 29fffbcc2a

View File

@@ -22,6 +22,7 @@ public class PersistentPartyData {
dirtyFlag = new MutableBoolean(false);
this.partyName = new DirtyData<>(new MutableString(partyName), dirtyFlag);
this.partyMembers = new DirtySet<>(new HashSet<>(partyMembers), dirtyFlag);
initPartyLeaderRef();
}
private void initPartyLeaderRef() {