Fix for error when deleting a faction if Vault wasn't present;

Fix for slashless Factions commands not working for player in faction chat or alliance chat modes
This commit is contained in:
Brettflan
2012-01-20 11:19:34 -06:00
parent 0209d69814
commit 1196d74140
2 changed files with 11 additions and 6 deletions

View File

@@ -539,8 +539,6 @@ public class Faction extends Entity implements EconomyParticipator
Econ.setBalance(getAccountId(), 0);
}
this.getAccountId();
// Clean the board
Board.clean();