Skip to content

Commit

Permalink
Rename config option for default bypass option
Browse files Browse the repository at this point in the history
Co-authored-by: wizjany <wizjany@gmail.com>
  • Loading branch information
Joo200 and wizjany committed Sep 16, 2020
1 parent af67f1d commit ad000ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -280,7 +280,7 @@ public void loadConfiguration() {
maxClaimVolume = getInt("regions.max-claim-volume", 30000);
claimOnlyInsideExistingRegions = getBoolean("regions.claim-only-inside-existing-regions", false);
boundedLocationFlags = getBoolean("regions.location-flags-only-inside-regions", false);
disableDefaultBypass = getBoolean("regions.disable-default-bypass", false);
disableDefaultBypass = getBoolean("regions.disable-bypass-by-default", false);

maxRegionCountPerPlayer = getInt("regions.max-region-count-per-player.default", 7);
maxRegionCounts = new HashMap<>();
Expand Down

0 comments on commit ad000ab

Please sign in to comment.