Update PlayerManager.h

This commit is contained in:
Kyle Sanderson 2019-09-06 10:11:28 -07:00 committed by BotoX
parent 026678d182
commit ab218278f7

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 :