mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-02 13:57:49 +01:00
Minor change to block behaviour
This commit is contained in:
parent
5401f5f1f7
commit
303b893689
@ -82,7 +82,7 @@ public class CheckUtil {
|
||||
|
||||
// All fences are solid - fences are treated specially due
|
||||
// to being 1.5 blocks high
|
||||
private static final int FENCE = 16 | SOLID; // 0x00010010
|
||||
private static final int FENCE = 16 | SOLID | NONSOLID; // 0x00010010
|
||||
|
||||
private static final int INGROUND = 128;
|
||||
private static final int ONGROUND = 256;
|
||||
|
Loading…
Reference in New Issue
Block a user