diff --git a/core/PlayerManager.h b/core/PlayerManager.h index 6a546599..51345462 100644 --- a/core/PlayerManager.h +++ b/core/PlayerManager.h @@ -124,6 +124,7 @@ private: bool IsAuthStringValidated(); bool SetEngineString(); bool SetCSteamID(); + void ClearNetchannelQueue(void); private: bool m_IsConnected = false; bool m_IsInGame = false;