mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
Merge commit 'origin/master' into 310
This commit is contained in:
commit
bb9e2ab658
46 changed files with 410 additions and 386 deletions
|
|
@ -2066,7 +2066,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