-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Describe the bug
"LEFT_CLICK_AIR" is never detected in the BlockInteract event.
To Reproduce
@event_handler
def block_interact(self, event: PlayerInteractEvent):
if event.action.name == "LEFT_CLICK_AIR":
self.logger.critical(f"LEFT CLICK AIR EVENT DETECTED FOR PLAYER {event.player.name}")
Expected behavior
Should be fired whenever a player left clicks air.
Details (please complete the following information):
- OS: Windows
- Endstone Version: v0.10.18
Metadata
Metadata
Assignees
Labels
No labels