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