Update PlayerManager.h

This commit is contained in:
Kyle Sanderson
2019-09-10 11:23:08 +02:00
committed by BotoX
parent 026678d182
commit ab218278f7
+1 -1
View File
@@ -153,7 +153,7 @@ private:
#if SOURCE_ENGINE == SE_CSGO
QueryCvarCookie_t m_LanguageCookie = InvalidQueryCvarCookie;
#endif
ke::LinkedList<ke::AString> m_PrintfBuffer;
ke::Deque<ke::AString> m_PrintfBuffer;
};
class PlayerManager :