Another reason to be saved

This commit is contained in:
Olof Larsson 2011-10-26 14:50:34 +02:00
parent f76311c492
commit 7ab784f02e

View File

@ -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;
} }