IzzelAliz / Arclight

A Bukkit(1.19/1.20) server implementation in modding environment using Mixin. ⚡
GNU General Public License v3.0
1.43k stars 212 forks source link

Fix "Invalid payload REGISTER" error when login #1319

Closed hank9999 closed 2 months ago

hank9999 commented 2 months ago

Some mods' channel names exceed Bukkit's limit. I've modified the limit from 64 to 256 to avoid the ChannelNameTooLongException and the "Invalid payload REGISTER" error when login for some mods, such as Traffic control + Roads mod by Teerth

IzzelAliz commented 2 months ago

Just increase it to 256 which looks better to me.

hank9999 commented 2 months ago

Just increase it to 256 which looks better to me.

Ok, done.