Builds against 1.19.1
This commit is contained in:
@ -89,6 +89,9 @@ public class SignEventListener implements Listener {
|
||||
return;
|
||||
}
|
||||
ItemStack heldItem = playerInventory.getItem(hand);
|
||||
if (heldItem == null) {
|
||||
return;
|
||||
}
|
||||
Material heldItemType = heldItem.getType();
|
||||
|
||||
if (event.getAction() == Action.RIGHT_CLICK_BLOCK && (Tag.SIGNS.isTagged(clickedBlockType) ||
|
||||
|
Reference in New Issue
Block a user