mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
All hail teeworlds convention
This commit is contained in:
parent
626de24d65
commit
0fe419589e
|
@ -1434,7 +1434,7 @@ void CGameContext::ConModHelp(IConsole::IResult *pResult, void *pUserData)
|
||||||
pPlayer->m_ModHelpTick = pSelf->Server()->Tick() + g_Config.m_SvModHelpDelay * pSelf->Server()->TickSpeed();
|
pPlayer->m_ModHelpTick = pSelf->Server()->Tick() + g_Config.m_SvModHelpDelay * pSelf->Server()->TickSpeed();
|
||||||
|
|
||||||
char aBuf[512];
|
char aBuf[512];
|
||||||
str_format(aBuf, sizeof(aBuf), "Moderator help is requested by %s (ID: %d):",
|
str_format(aBuf, sizeof(aBuf), "Moderator help is requested by '%s' (ID: %d):",
|
||||||
pSelf->Server()->ClientName(pResult->m_ClientID),
|
pSelf->Server()->ClientName(pResult->m_ClientID),
|
||||||
pResult->m_ClientID);
|
pResult->m_ClientID);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue