mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
commit
80f77c500e
|
@ -209,7 +209,7 @@ void CPlayer::Tick()
|
|||
|
||||
if(Server()->GetNetErrorString(m_ClientID)[0])
|
||||
{
|
||||
SetAfk(true);
|
||||
SetInitialAfk(true);
|
||||
|
||||
char aBuf[512];
|
||||
str_format(aBuf, sizeof(aBuf), "'%s' would have timed out, but can use timeout protection now", Server()->ClientName(m_ClientID));
|
||||
|
|
Loading…
Reference in a new issue