sor1n / Jewelrycraft

Minecraft mod
8 stars 4 forks source link

Error spam packet sent on wrong side. #23

Closed rich1051414 closed 9 years ago

rich1051414 commented 9 years ago

EntityHeart Line 78. Packet sent to server within the if statement checking if the code is running server side. Causes an error to spam the console. I believe the fix would be to break the code out of the side check if you want the player to request an update from the server.

sor1n commented 9 years ago

Ok, thanks rich, I will fix this now that I am home.

sor1n commented 9 years ago

Ok, I managed to fix this plus a de-sync issue thanks to a friend :)