mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +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
|
|
@ -149,7 +149,7 @@ bool ChatHandler::HandleNotifyCommand(const char* args)
|
|||
}
|
||||
|
||||
//Enable\Dissable GM Mode
|
||||
bool ChatHandler::HandleGMmodeCommand(const char* args)
|
||||
bool ChatHandler::HandleGMCommand(const char* args)
|
||||
{
|
||||
if(!*args)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue