Really fix FollowCSGOServerGuidelines setting being ignored in SDKTools (always on) (bug 6480).
This commit is contained in:
parent
c536a43914
commit
ebb5607bd4
@ -178,8 +178,10 @@ ConfigResult CHalfLife2::OnSourceModConfigChanged(const char *key, const char *v
|
|||||||
{
|
{
|
||||||
m_bFollowCSGOServerGuidelines = true;
|
m_bFollowCSGOServerGuidelines = true;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
return ConfigResult_Reject;
|
{
|
||||||
|
return ConfigResult_Reject;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user