Reload bug fix by @ORelio
This commit is contained in:
		@@ -760,7 +760,7 @@ public class UPlayer extends SenderEntity<UPlayer> implements EconomyParticipato
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		// Event
 | 
							// Event
 | 
				
			||||||
		EventFactionsChunkChange event = new EventFactionsChunkChange(sender, chunk, newFaction);
 | 
							EventFactionsChunkChange event = new EventFactionsChunkChange(this.getSender(), chunk, newFaction);
 | 
				
			||||||
		event.run();
 | 
							event.run();
 | 
				
			||||||
		if (event.isCancelled()) return false;
 | 
							if (event.isCancelled()) return false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user