mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-12-27 11:07:49 +01:00
Another reason to be saved
This commit is contained in:
parent
f76311c492
commit
7ab784f02e
@ -647,6 +647,7 @@ public class FPlayer extends PlayerEntity implements EconomyParticipator
|
|||||||
public boolean shouldBeSaved()
|
public boolean shouldBeSaved()
|
||||||
{
|
{
|
||||||
if (this.hasFaction()) return true;
|
if (this.hasFaction()) return true;
|
||||||
|
if (this.getPowerRounded() != this.getPowerMaxRounded()) return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user