mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-12-03 23:53:27 +01:00
Disable flying on leave or disband
This commit is contained in:
parent
9520a1508b
commit
d54b610e02
@ -703,6 +703,7 @@ public abstract class MemoryFPlayer implements FPlayer {
|
||||
|
||||
myFaction.removeAnnouncements(this);
|
||||
this.resetFactionData();
|
||||
setFFlying(false, false);
|
||||
|
||||
if (myFaction.isNormal() && !perm && myFaction.getFPlayers().isEmpty()) {
|
||||
// Remove this faction
|
||||
|
Loading…
Reference in New Issue
Block a user