iconmaster5326 / AetherCraft

A fork of Graknol's Energy Manipulator mod. Turn matter into other kinds of matter today!
5 stars 3 forks source link

Fixes for onItemRightClick being called twice #33

Closed AmethystAir closed 9 years ago

AmethystAir commented 9 years ago

The function onItemRightClick() was being called twice, once from the "server" and once from the "client". These changes fix that issue so that the ring is only activated once, on the client side, before being sent to the server.