Example #1
0
 public Boolean getUnclaimedZoneDestroy() {
   if (unclaimedZoneDestroy == null || isUsingDefault())
     return TownySettings.getUnclaimedZoneDestroyRights();
   else return unclaimedZoneDestroy;
 }