Fix startup crash on CS:GO caused by PR #514

This commit is contained in:
Nicholas Hastings 2017-02-06 08:25:16 -05:00
parent 90b3df1181
commit 04055c411e

View File

@ -178,6 +178,7 @@ bool SDKTools::SDK_OnLoad(char *error, size_t maxlength, bool late)
m_bFollowCSGOServerGuidelines = false;
}
m_CSGOBadList.init();
m_CSGOBadList.add("m_bIsValveDS");
m_CSGOBadList.add("m_bIsQuestEligible");
#endif