1.14.4 sending packet throw an error
Shyrogan opened this issue ยท 3 comments
Describe the bug
Sending a message using packets on Paper on 1.14.4 throw an error
I'm using the latest build of ProtocolLib
To Reproduce
Send a Play.Server.Chat packet with a WrappedChatComponent inside on a 1.14.4 server
Expected behavior
Sending a WrappedChatComponent using the fromJson
message throw the error in the screen below
Json text:
["",{"text":"Super text!","color":"red"}]
Code:
https://i.ibb.co/n1D6FDZ/Annotation-2019-10-05-181555.png
Screenshots
Error:
https://i.ibb.co/JkkDNgf/Annotation-2019-10-05-181231.png
Does this happen in earlier versions of 1.14 / 1.13?
It used to work with the same code in 1.13