Nividica / ThaumicEnergistics

A bridge between Thaumcraft and Applied Energistics.
MIT License
71 stars 65 forks source link

Fix right-click not blocking other actions #390

Closed swoolcock closed 4 years ago

swoolcock commented 4 years ago

Resolves #389

Client should return true even though the server will handle the GUI event. It should only return false if we are expecting another code path (or mod) to handle the action.

Keridos commented 4 years ago

Please merge this.