PacketCustom channel names too long
MrTJP opened this issue ยท 1 comments
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.
Fixed ba15e4b