mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-23 19:16:41 +01:00
Minor redundancy cleanup.
This commit is contained in:
parent
08b19e7b8e
commit
9ada0cd100
BIN
MobArena.jar
BIN
MobArena.jar
Binary file not shown.
@ -27,7 +27,7 @@ public class ObsidianBomb implements Ability
|
||||
final World world = arena.getWorld();
|
||||
final Location loc = target.getLocation();
|
||||
|
||||
Block b = world.getBlockAt(target.getLocation());
|
||||
Block b = world.getBlockAt(loc);
|
||||
b.setType(Material.OBSIDIAN);
|
||||
arena.addBlock(b);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user