mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[8965] Implement quit command for close RA connection.
World only in RA comandline.
This commit is contained in:
parent
b6cd243cef
commit
a2bb655501
12 changed files with 37 additions and 6 deletions
|
|
@ -152,6 +152,14 @@ bool ChatHandler::HandleCharacterDeleteCommand(const char* args)
|
|||
return true;
|
||||
}
|
||||
|
||||
/// Close RA connection
|
||||
bool ChatHandler::HandleQuitCommand(const char* /*args*/)
|
||||
{
|
||||
// processed in RASocket
|
||||
SendSysMessage(LANG_QUIT_WRONG_USE_ERROR);
|
||||
return true;
|
||||
}
|
||||
|
||||
/// Exit the realm
|
||||
bool ChatHandler::HandleServerExitCommand(const char* /*args*/)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue