mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-02-02 21:41:39 +01:00
Rename config option for default bypass option
Co-authored-by: wizjany <wizjany@gmail.com>
This commit is contained in:
parent
af67f1dd6a
commit
ad000ab051
@ -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<>();
|
||||
|
Loading…
Reference in New Issue
Block a user