Minor redundancy cleanup.
This commit is contained in:
Binary file not shown.
@@ -27,7 +27,7 @@ public class ObsidianBomb implements Ability
|
|||||||
final World world = arena.getWorld();
|
final World world = arena.getWorld();
|
||||||
final Location loc = target.getLocation();
|
final Location loc = target.getLocation();
|
||||||
|
|
||||||
Block b = world.getBlockAt(target.getLocation());
|
Block b = world.getBlockAt(loc);
|
||||||
b.setType(Material.OBSIDIAN);
|
b.setType(Material.OBSIDIAN);
|
||||||
arena.addBlock(b);
|
arena.addBlock(b);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user