mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[7221] Add output player names as sift-links in more chat commands.
This commit is contained in:
parent
e83be70aca
commit
42e12136a8
7 changed files with 110 additions and 126 deletions
|
|
@ -169,7 +169,7 @@ bool ChatHandler::HandleGMListIngameCommand(const char* /*args*/)
|
|||
first = false;
|
||||
}
|
||||
|
||||
SendSysMessage(itr->second->GetName());
|
||||
SendSysMessage(GetNameLink(itr->second).c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue