CodeChickenCore

CodeChickenCore

31M Downloads

PacketCustom channel names too long

MrTJP opened this issue ยท 1 comments

commented

http://pastebin.com/xUCvhbmY

Netty allows string lengths of 20, and if a mod container has a modName longer than 20 chars, it causes this crash. Modname should be checked and truncated in PacketCustom constructor.

commented

Fixed ba15e4b