fixed webs dropping webs

This commit is contained in:
Cheese 2015-06-26 12:34:26 +10:00
parent 7d4e36651f
commit 5710831777

View File

@ -780,7 +780,7 @@ public class SkyWars extends SoloGame
if (e.getBlock().getType() == Material.WEB)
{
for (int i=0 ; i<1 + UtilMath.r(2) ; i++)
e.getBlock().getWorld().dropItemNaturally(e.getBlock().getLocation().add(0.5, 0.5, 0.5), new ItemStack(Material.WEB));
e.getBlock().getWorld().dropItemNaturally(e.getBlock().getLocation().add(0.5, 0.5, 0.5), new ItemStack(Material.STRING));
}
if (e.getBlock().getType() == Material.GRAVEL)