Working permdelta parser

This commit is contained in:
Olof Larsson
2011-10-23 23:38:26 +02:00
parent 371261a07f
commit 958a1e0d9f
5 changed files with 7 additions and 6 deletions

View File

@@ -165,6 +165,7 @@ public class Faction extends Entity implements EconomyParticipator
//this.peacefulExplosionsEnabled = false;
this.money = 0.0;
this.flagOverrides = new LinkedHashMap<FactionFlag, Boolean>();
this.permOverrides = new LinkedHashMap<FactionPerm, Set<Rel>>();
}