Drillgon200 / Hbm-s-Nuclear-Tech-GIT

My fork of the HBM's nuclear tech mod.
47 stars 19 forks source link

Fix invalid packet calling side #170

Closed Golgroth closed 2 years ago

Golgroth commented 2 years ago

Move the Keybind packets to the client-side.

Drillgon200 commented 2 years ago

This fix is invalid, those packets should be sent by the server and handled by the client. It should be sendTo rather than sendToServer. This is already fixed in dev.