mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
text messag
This commit is contained in:
parent
1fc38356a5
commit
f81d2af6d3
|
@ -804,7 +804,7 @@ void CGameContext::OnClientEnter(int ClientID)
|
|||
if (g_Config.m_SvShowOthersDefault)
|
||||
{
|
||||
if (g_Config.m_SvShowOthers)
|
||||
SendChatTarget(ClientID, "You can see other players. To disable this use the ddnet client and type /showothers .");
|
||||
SendChatTarget(ClientID, "You can see other players. To disable this use the DDNet client and type /showothers .");
|
||||
|
||||
m_apPlayers[ClientID]->m_ShowOthers = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue