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
Apparently COMMAND_SILENT returns SERVER: Unknown message even with Command_SetSilentReturn set to true, however it did not when I used the /help command so that's why I assumed it initially worked..
Doing
case COMMAND_SILENT: {
success = COMMAND_OK;
}
under the ..OnPerformed callback naturally "fixes" the issue.
xs1vr
changed the title
Command return SERVER: Unknown command in case of COMMAND_ZERO_RET
Command return SERVER: Unknown command in case of COMMAND_SILENT
Apr 3, 2023
My code:
Either a bad design or a bug
The text was updated successfully, but these errors were encountered: