Update to newer API.

This commit is contained in:
drtshock
2014-04-05 17:00:33 -05:00
parent c4f7d6b756
commit a73f2b0174
13 changed files with 14 additions and 54 deletions

View File

@@ -44,7 +44,6 @@ public class CmdUnclaimall extends FCommand {
Board.unclaimAll(myFaction.getId());
myFaction.msg("%s<i> unclaimed ALL of your faction's land.", fme.describeTo(myFaction, true));
SpoutFeatures.updateTerritoryDisplayLoc(null);
if (Conf.logLandUnclaims)
P.p.log(fme.getName() + " unclaimed everything for the faction: " + myFaction.getTag());