mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
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_CSGOBadList.init();
|
||||
m_CSGOBadList.add("m_bIsValveDS");
|
||||
m_CSGOBadList.add("m_bIsQuestEligible");
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user