This commit is contained in:
Magnus Ulf 2019-05-12 10:15:33 +02:00
parent 1afc5d7988
commit 02aac37999

View File

@ -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);
}