mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-02 13:57:49 +01:00
Fix walking on NetherFence
This commit is contained in:
parent
d65ca86074
commit
2cda41cb55
@ -131,6 +131,7 @@ public class CheckUtil {
|
||||
types[Material.LADDER.getId()] = LADDER;
|
||||
types[Material.FENCE.getId()] = FENCE;
|
||||
types[Material.FENCE_GATE.getId()] = FENCE;
|
||||
types[Material.NETHER_FENCE.getId()] = FENCE;
|
||||
|
||||
// These are sometimes solid, sometimes not
|
||||
types[Material.IRON_FENCE.getId()] = SOLID | NONSOLID;
|
||||
|
Loading…
Reference in New Issue
Block a user