text messag

This commit is contained in:
def 2014-10-11 22:47:30 +02:00
parent 1fc38356a5
commit f81d2af6d3

View file

@ -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;
}