mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-30 20:37:52 +01:00
Consider lilipads to be solid and therefore people should be able to
walk on them
This commit is contained in:
parent
345b835e5d
commit
7173b8661c
@ -105,6 +105,7 @@ public class CheckUtil {
|
||||
types[Material.PISTON_EXTENSION.getId()] |= SOLID | NONSOLID;
|
||||
types[Material.PISTON_MOVING_PIECE.getId()] |= SOLID | NONSOLID;
|
||||
types[Material.TRAP_DOOR.getId()] |= SOLID | NONSOLID;
|
||||
types[111] |= SOLID | NONSOLID; // Lily pads
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user