From ee0fc2230fa6cfc5e1225139d20464e083a1e028 Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Fri, 6 Sep 2019 10:14:22 -0700 Subject: [PATCH] Update PlayerManager.h --- core/PlayerManager.h | 1 + 1 file changed, 1 insertion(+) 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;