Adds DTR freeze functionality from #229.

This commit is contained in:
drtshock
2015-01-28 10:13:23 -06:00
parent 8fdcb51183
commit 1636708cef
4 changed files with 30 additions and 1 deletions

View File

@@ -111,6 +111,10 @@ public interface Faction extends EconomyParticipator {
public boolean isPlayerFreeType();
public boolean isPowerFrozen();
public void setLastDeath(long time);
// -------------------------------
// Relation and relation colors
// -------------------------------