mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7548] Fixed some commands by replacing !args with !*args check
This commit is contained in:
parent
18ec7c8011
commit
bfe25d510b
3 changed files with 11 additions and 11 deletions
|
|
@ -2072,7 +2072,7 @@ bool ChatHandler::HandleModifyMorphCommand(const char* args)
|
|||
//kick player
|
||||
bool ChatHandler::HandleKickPlayerCommand(const char *args)
|
||||
{
|
||||
if (!args)
|
||||
if (!*args)
|
||||
{
|
||||
Player* player = getSelectedPlayer();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue