mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-06 10:59:32 +01:00
Fix a typo in config node from last commit.
This commit is contained in:
parent
a426d2a42c
commit
aa668916e4
@ -454,7 +454,7 @@ private void loadConfiguration() {
|
||||
|
||||
useRegions = getBoolean("regions.enable", true);
|
||||
regionInvinciblityRemovesMobs = getBoolean("regions.invincibility-removes-mobs", false);
|
||||
regionNetherPortalProtection = getBoolean("region.nether-portal-protection", false);
|
||||
regionNetherPortalProtection = getBoolean("regions.nether-portal-protection", false);
|
||||
fakePlayerBuildOverride = getBoolean("regions.fake-player-build-override", true);
|
||||
explosionFlagCancellation = getBoolean("regions.explosion-flags-block-entity-damage", true);
|
||||
highFreqFlags = getBoolean("regions.high-frequency-flags", false);
|
||||
|
Loading…
Reference in New Issue
Block a user