Fix startup crash on CS:GO caused by PR #514
This commit is contained in:
parent
90b3df1181
commit
04055c411e
@ -178,6 +178,7 @@ bool SDKTools::SDK_OnLoad(char *error, size_t maxlength, bool late)
|
|||||||
m_bFollowCSGOServerGuidelines = false;
|
m_bFollowCSGOServerGuidelines = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_CSGOBadList.init();
|
||||||
m_CSGOBadList.add("m_bIsValveDS");
|
m_CSGOBadList.add("m_bIsValveDS");
|
||||||
m_CSGOBadList.add("m_bIsQuestEligible");
|
m_CSGOBadList.add("m_bIsQuestEligible");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user