Another reason to be saved
This commit is contained in:
		@@ -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;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user