mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 03:02:11 +01:00
Add ladder to blocks ignored by default by passable.
This commit is contained in:
parent
77216f0799
commit
e3be45b986
@ -433,7 +433,8 @@ public class DefaultConfig extends ConfigFile {
|
||||
set(ConfPaths.COMPATIBILITY_BLOCKS + ConfPaths.SUB_IGNOREPASSABLE, Arrays.asList(
|
||||
Material.WOODEN_DOOR.name(), Material.IRON_DOOR_BLOCK.name(),
|
||||
Material.PISTON_EXTENSION.name(),
|
||||
Material.PISTON_MOVING_PIECE.name() // TODO: ?
|
||||
Material.PISTON_MOVING_PIECE.name(), // TODO: ?
|
||||
Material.LADDER.name()
|
||||
));
|
||||
|
||||
// Update internal factory based on all the new entries to the "actions" section.
|
||||
|
Loading…
Reference in New Issue
Block a user