Pxl-8 / ColouredChat

A simple Minecraft mod that randomly generates a name colour when a player joins the server
https://www.curseforge.com/minecraft/mc-mods/colouredchat
MIT License
0 stars 0 forks source link

NPE IN 1.14.4-1.4.5 #4

Closed kreezxil closed 4 years ago

kreezxil commented 4 years ago

1.4.4 doesn't have this issue on the client.

client crash report: https://gist.github.com/73766ceefefd870c5814cd114600a1ca client latest.log: https://gist.github.com/kreezxil/3f7bcf68400d332e7f0561b726fde546

client minecraft: 1.14.4 client forge: 28.2.0

uberifix commented 4 years ago

Alright I couldn't replicate the crash but it seems its just giving an NPE for the team id nbt capability, I changed the default value from null to an empty string so hopefully that fixes it