mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[7187] Replace some tabs in sources.
This commit is contained in:
parent
8ab2de55c9
commit
de277ad917
3 changed files with 11 additions and 11 deletions
|
|
@ -1705,7 +1705,7 @@ bool ChatHandler::HandleKickPlayerCommand(const char *args)
|
|||
}
|
||||
|
||||
// check online security
|
||||
Player* player = ObjectAccessor::Instance().FindPlayerByName(name.c_str());
|
||||
Player* player = ObjectAccessor::Instance().FindPlayerByName(name.c_str());
|
||||
if (player && HasLowerSecurity(player, 0))
|
||||
return false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue