chore: pre-commit changes [skip ci]

This commit is contained in:
github-actions[bot] 2024-12-18 09:46:45 +00:00
parent 53fad3360c
commit 297ddd278b

View File

@ -133,7 +133,6 @@ public class Listeners implements Listener {
&& (event.getAction() == Action.LEFT_CLICK_BLOCK
|| event.getAction() == Action.RIGHT_CLICK_BLOCK)
&& event.getItem() != null) {
if (event.getClickedBlock() == null)
return;
if (event.getItem().getItemMeta() == null)