ban -> Timeout

This commit is contained in:
def 2016-05-01 11:15:45 +02:00
parent 13143eac23
commit a1151fd296

View file

@ -1060,7 +1060,7 @@ int CMenus::Render()
pButtonText = Localize("Abort"); pButtonText = Localize("Abort");
} }
} }
else if (str_find_nocase(Client()->ErrorString(), "ban")) else if (str_find_nocase(Client()->ErrorString(), "Timeout"))
{ {
if (g_Config.m_ClReconnectTimeout > 0) if (g_Config.m_ClReconnectTimeout > 0)
{ {