mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-28 11:28:11 +01:00
Explicitly set STEP as solid.
Hopefully fixes an issue with another plugin.
This commit is contained in:
parent
1effa80021
commit
faa9a8637c
@ -385,6 +385,7 @@ public class BlockProperties {
|
||||
Material.DIODE_BLOCK_OFF, Material.DIODE_BLOCK_ON,
|
||||
Material.COCOA, Material.SNOW, Material.BREWING_STAND,
|
||||
Material.PISTON_MOVING_PIECE, Material.PISTON_EXTENSION,
|
||||
Material.STEP,
|
||||
}){
|
||||
blockFlags[mat.getId()] |= F_GROUND;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user