remove for more info

This commit is contained in:
12pm 2020-09-19 13:40:19 +02:00
parent f3bef4919f
commit aa18dc1d88

View file

@ -1204,7 +1204,7 @@ void CGameContext::OnClientEnter(int ClientID)
SendChat(-1, CGameContext::CHAT_ALL, aBuf, -1, CHAT_SIX);
SendChatTarget(ClientID, "DDraceNetwork Mod. Version: " GAME_VERSION);
SendChatTarget(ClientID, "please visit DDNet.tw or say /info for more info and make sure to read our /rules");
SendChatTarget(ClientID, "please visit DDNet.tw or say /info and make sure to read our /rules");
if(g_Config.m_SvWelcome[0]!=0)
SendChatTarget(ClientID,g_Config.m_SvWelcome);