Reload bug fix by @ORelio

This commit is contained in:
Olof Larsson 2014-07-13 15:30:06 +02:00
parent 904d955c02
commit ebaae4536f

View File

@ -760,7 +760,7 @@ public class UPlayer extends SenderEntity<UPlayer> implements EconomyParticipato
}
// Event
EventFactionsChunkChange event = new EventFactionsChunkChange(sender, chunk, newFaction);
EventFactionsChunkChange event = new EventFactionsChunkChange(this.getSender(), chunk, newFaction);
event.run();
if (event.isCancelled()) return false;