Skip to content

Commit

Permalink
MCAcessBukkit: Also make Glowstone an exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Mar 1, 2013
1 parent ccb5bae commit 212438d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -162,7 +162,7 @@ public void setupBlockProperties(final WorldConfigProvider<?> worldConfigProvide
// 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,
}){
Expand Down

0 comments on commit 212438d

Please sign in to comment.