Fix #40
This commit is contained in:
parent
6724c4f065
commit
46cf009b01
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user