Add 2 CSGO gamerules netprops to CSGO blocklist if FollowCSGOServerGuidelines is enabled. (#514)

* Add m_bIsValveDS and m_bIsQuestEligible

* Fix compile
This commit is contained in:
WildCard65
2017-02-04 08:18:58 -05:00
committed by Nicholas Hastings
parent 9e27a867dd
commit 90b3df1181
3 changed files with 44 additions and 3 deletions
+3
View File
@@ -177,6 +177,9 @@ bool SDKTools::SDK_OnLoad(char *error, size_t maxlength, bool late)
{
m_bFollowCSGOServerGuidelines = false;
}
m_CSGOBadList.add("m_bIsValveDS");
m_CSGOBadList.add("m_bIsQuestEligible");
#endif
return true;