mirror of
https://github.com/kaboomserver/extras.git
synced 2025-02-11 03:29:50 +00:00
PlayerInteract.java: Remove dead code
This commit is contained in:
parent
5780f1a4a6
commit
1ebcae5e0c
1 changed files with 0 additions and 8 deletions
|
@ -48,13 +48,5 @@ public final class PlayerInteract implements Listener {
|
|||
item.addUnsafeEnchantment(Enchantment.RIPTIDE, riptideLimit);
|
||||
}
|
||||
}
|
||||
|
||||
if (event.getAction() == Action.RIGHT_CLICK_BLOCK) {
|
||||
final BlockState clickedBlock = event.getClickedBlock().getState();
|
||||
|
||||
if (clickedBlock instanceof Sign) {
|
||||
clickedBlock.update();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue