mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
ban -> Timeout
This commit is contained in:
parent
13143eac23
commit
a1151fd296
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue