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:
committed by
Nicholas Hastings
parent
9e27a867dd
commit
90b3df1181
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user