Right click on GT Tiles triggers both block placing and block interaction
CrossVas opened this issue ยท 0 comments
After update, clicking on every GT tile triggers both block placing and interaction (opening gui)
I've checked the code and it seems that there is a missing return statement for onBlockActivated in GT_BlockMetaID_Machine
Adding return true; between L670 and L671 fixes the issue.
Thanks!