You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you get on a server which does editing and is locked. And you dont have the rights to edit and you go in edit and scroll fast to change something, you get a message error and disconnect from server.
This error should be caught and should not lead to the disconnection from the server.
The text was updated successfully, but these errors were encountered:
Could you post the error message? Try to reproduce the error with different levels of verbose. If you have admin on the server, do the same with serverdebug.
Yeah, that's a message not allowed error. The checktype command is failing the client for sending an editing message outside of edit mode. This is a client side desync/lag thing, because they switch to edit mode before sending the message, which the server then corrects after the fact if they're not allowed to be in edit mode. We'd have to come up with a way of only switching after the server has permitted it (or have the client check better if they're allowed to in the first place).
If you get on a server which does editing and is locked. And you dont have the rights to edit and you go in edit and scroll fast to change something, you get a message error and disconnect from server.
This error should be caught and should not lead to the disconnection from the server.
The text was updated successfully, but these errors were encountered: