mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 15:08:19 +00:00
Merge #3040
3040: Revert "Reset m_ServerCapabilities on Disconnect" r=def- a=heinrich5991
This reverts commit a6d2a35e11
.
It's unclear how this should have fixed the mentioned bug.
Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
This commit is contained in:
commit
b2b3b866cd
|
@ -770,7 +770,6 @@ void CClient::DisconnectWithReason(const char *pReason)
|
|||
m_RconAuthed[0] = 0;
|
||||
m_CanReceiveServerCapabilities = true;
|
||||
m_ServerSentCapabilities = false;
|
||||
m_ServerCapabilities.m_ChatTimeoutCode = false;
|
||||
m_UseTempRconCommands = 0;
|
||||
m_pConsole->DeregisterTempAll();
|
||||
m_NetClient[CLIENT_MAIN].Disconnect(pReason);
|
||||
|
|
Loading…
Reference in a new issue