mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	don't forget to init partyLeaderRef
This commit is contained in:
		@@ -22,6 +22,7 @@ public class PersistentPartyData {
 | 
				
			|||||||
        dirtyFlag = new MutableBoolean(false);
 | 
					        dirtyFlag = new MutableBoolean(false);
 | 
				
			||||||
        this.partyName = new DirtyData<>(new MutableString(partyName), dirtyFlag);
 | 
					        this.partyName = new DirtyData<>(new MutableString(partyName), dirtyFlag);
 | 
				
			||||||
        this.partyMembers = new DirtySet<>(new HashSet<>(partyMembers), dirtyFlag);
 | 
					        this.partyMembers = new DirtySet<>(new HashSet<>(partyMembers), dirtyFlag);
 | 
				
			||||||
 | 
					        initPartyLeaderRef();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private void initPartyLeaderRef() {
 | 
					    private void initPartyLeaderRef() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user