mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-19 16:55:21 +01:00
Merge branch '1.6.x' of github.com:MassiveCraft/Factions into 1.6.x
This commit is contained in:
commit
bb8ae0a99c
@ -43,7 +43,7 @@ public class FPlayers extends PlayerEntityCollection<FPlayer>
|
||||
if ( ! Factions.i.exists(fplayer.getFactionId()))
|
||||
{
|
||||
p.log("Reset faction data (invalid faction) for player "+fplayer.getName());
|
||||
fplayer.resetFactionData();
|
||||
fplayer.resetFactionData(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user