Closed chicoferreira closed 4 years ago
Describe the bug When someone tries to change gamemode with /gamemode he gets kicked with an DecoderException error.
DecoderException
To Reproduce Steps to reproduce the behavior:
T
/gamemode something
Expected behavior The players should have their gamemode changed to the input gamemode.
Screenshots
The reason for this to happening is because the playEffect packet is sending x, y, z instead of sending the position packed into a long with bitshifted values from x, y, z. Already fixing.
Describe the bug When someone tries to change gamemode with /gamemode he gets kicked with an
DecoderException
error.To Reproduce Steps to reproduce the behavior:
T
(default key)/gamemode something
Expected behavior The players should have their gamemode changed to the input gamemode.
Screenshots