mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[7613] Sort and rename functions for GM commands in code.
This commit is contained in:
parent
02247d411b
commit
8fe9008132
5 changed files with 12 additions and 11 deletions
|
|
@ -5609,7 +5609,7 @@ bool ChatHandler::HandleRespawnCommand(const char* /*args*/)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool ChatHandler::HandleGMFlyModeCommand(const char* args)
|
||||
bool ChatHandler::HandleGMFlyCommand(const char* args)
|
||||
{
|
||||
if (!*args)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue