Don't rely on the Obsidian Bomb explosion to clear the dropped block item. Fixes #379
This commit is contained in:
@@ -54,7 +54,7 @@ public class ObsidianBomb implements Ability
|
||||
if (!arena.isRunning())
|
||||
return;
|
||||
|
||||
world.getBlockAt(loc).breakNaturally();
|
||||
world.getBlockAt(loc).setType(Material.AIR);
|
||||
world.createExplosion(loc, 3F);
|
||||
}
|
||||
}, FUSE);
|
||||
|
||||
Reference in New Issue
Block a user