mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-03-23 04:00:07 +01:00
Typo.
This commit is contained in:
parent
0492fafe30
commit
ff5f933879
@ -151,7 +151,7 @@ public void loadConfiguration() {
|
||||
allowAllInteract = getTargetMatchers("event-handling.interaction-whitelist");
|
||||
blockUseAtFeet = getTargetMatchers("event-handling.emit-block-use-at-feet");
|
||||
ignoreHopperMoveEvents = getBoolean("event-handling.ignore-hopper-item-move-events", false);
|
||||
ignoreHopperMoveEvents = getBoolean("event-handling.break-hoppers-on-denied-move", true);
|
||||
breakDeniedHoppers = getBoolean("event-handling.break-hoppers-on-denied-move", true);
|
||||
|
||||
usePaperEntityOrigin = getBoolean("regions.use-paper-entity-origin", false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user