fixed gold blocks being destroyed.

This commit is contained in:
Chiss 2014-01-22 08:02:01 +11:00
parent 567b7c4a7b
commit d868c9b73d
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ public class Gravity extends SoloGame
if (UtilBlock.airFoliage(block))
continue;
if (block.getType() == Material.EMERALD_BLOCK)
if (block.getType() == Material.EMERALD_BLOCK || block.getType() == Material.GOLD_BLOCK)
continue;
//Projectile