This commit is contained in:
Magnus Ulf 2019-07-15 08:40:33 +02:00
parent 6724c4f065
commit 46cf009b01

View File

@ -142,7 +142,7 @@ public class TerritoryAccess
public boolean isGranted(String permableId) public boolean isGranted(String permableId)
{ {
if (permableId.equals(this.hostFactionId)) return this.isHostFactionAllowed(); //if (permableId.equals(this.hostFactionId)) return this.isHostFactionAllowed();
return this.getGrantedIds().contains(permableId); return this.getGrantedIds().contains(permableId);
} }