Posted February 27, 20178 yr I'm trying to send a message from server to client. But it doesn't seem to be changing client side I send the message at Line 287 https://github.com/BeardlessBrady/Currency-Mod/blob/master-1.11/src/main/java/gunn/modcurrency/common/containers/ContainerBuySell.java#L287 Packet Handler: https://github.com/BeardlessBrady/Currency-Mod/blob/master-1.11/src/main/java/gunn/modcurrency/common/core/handler/PacketHandler.java Message with Handler: https://github.com/BeardlessBrady/Currency-Mod/blob/master-1.11/src/main/java/gunn/modcurrency/common/core/network/PacketSendIntDataToClient.java Edited February 27, 20178 yr by BeardlessBrady
February 27, 20178 yr Author Oh I just ended up removing the packets for now, forgot to say something on this forum
February 28, 20178 yr Author Hey Diesieben, so I lied. I actually do need help. I reverted my repository to before I deleted the packet message. The links above should work as intended now. Basically my problem is that I'm changing something in the container (which is server side obviously) and then I send a packet to do the same client side. For some reason the message isn't changing it client side.
March 1, 20178 yr Author Honestly I made this original packet system early on when I started modding so if its broken and weird I suppose its time I remake it. I wasn't aware this was bad practice, I will fix this. Wasn't sure what to use when sending to client The packet isn't working because when I use a test to check the variable its true on the server but false on the client. As I stated before, I will redo how Im handing packet messages. I suppose I get ride of the current system now, re add it a cleaner way and get back to you if it's still broken, Thanks for the input.
March 13, 20178 yr Author I know its been awhile but I've been rather busy. Alright I broke each packet into its own class as you said but now whenever the game tries to send one of my packets it breaks and spouts out issues but I don't quite understand what the problem is. Log when problem occurs: http://pastebin.com/KNMc92qr https://github.com/BeardlessBrady/Currency-Mod/tree/master-1.11/src/main/java/gunn/modcurrency/mod/network
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.