Fix #32
This commit is contained in:
parent
1afc5d7988
commit
02aac37999
@ -139,6 +139,7 @@ public class TerritoryAccess
|
||||
|
||||
public boolean isGranted(String permableId)
|
||||
{
|
||||
if (permableId.equals(this.hostFactionId)) return this.isHostFactionAllowed();
|
||||
return this.getGrantedIds().contains(permableId);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user