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
Similar to #5. Add responses for the multiple different functionalities the client expects from the ranch server.
If they're not in the command ID enum (alicia::CommandId), add them and don't forget updating the internal array that maps IDs to names (see function GetCommandName).
You should register handlers to those commands in the main.cpp file and create new methods within Ranch Director to handle them.
The text was updated successfully, but these errors were encountered:
Similar to #5. Add responses for the multiple different functionalities the client expects from the ranch server.
If they're not in the command ID enum (alicia::CommandId), add them and don't forget updating the internal array that maps IDs to names (see function GetCommandName).
You should register handlers to those commands in the main.cpp file and create new methods within Ranch Director to handle them.
The text was updated successfully, but these errors were encountered: