diff --git a/tilehelper.py b/tilehelper.py index e361985..fff30d1 100644 --- a/tilehelper.py +++ b/tilehelper.py @@ -94,4 +94,4 @@ def onBreakBlockInRegion(event): @hook.event("player.PlayerInteractEvent", "low") def onClickBlockInRegion(event): if not event.isCancelled(): - log("Interact: %s; %s" % (event.getBlock(), event.getAction())) \ No newline at end of file + log("Interact: %s; %s" % (event.getClickedBlock(), event.getAction())) \ No newline at end of file