FallenMoonNetwork / CanaryRecode

CanaryMod Recode Repository
Other
11 stars 44 forks source link

PlayerLeftClickHook called wrongly sometimes. #44

Closed WWOL closed 11 years ago

WWOL commented 11 years ago

When a player right clicks an interactive block, such as a chest, the PlayerLeftClickHook is called. To be fair this sort of right click causes an arm swing like a left click but the docs say "Called when a Player swings their arm with a Left Click"

Bug or not?

WWOL

darkdiplomat commented 11 years ago

I've actually been meaning to change the name back to PlayerArmSwing as that more of what is happening.

WWOL commented 11 years ago

Yep, makes sense to me.

WWOL

darkdiplomat commented 11 years ago

https://github.com/FallenMoonNetwork/CanaryRecode/commit/4a0c488b8a037bfff835d61329d1363e87e82079 addresses this