mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-26 18:37:59 +01:00
MCAcessBukkit: Also make Glowstone an exception.
This commit is contained in:
parent
ccb5bae436
commit
212438dd7b
@ -162,7 +162,7 @@ public class MCAccessBukkit implements MCAccess, BlockPropertiesSetup{
|
||||
// TODO: (?) Set some generic properties matching what BlockCache.getShape returns.
|
||||
final Set<Integer> fullBlocks = new HashSet<Integer>();
|
||||
for (final Material mat : new Material[]{
|
||||
Material.GLASS, Material.ICE, Material.LEAVES,
|
||||
Material.GLASS, Material.GLOWSTONE, Material.ICE, Material.LEAVES,
|
||||
Material.COMMAND, Material.BEACON,
|
||||
Material.PISTON_BASE,
|
||||
}){
|
||||
|
Loading…
Reference in New Issue
Block a user