fixed amb1241 - IVEngineServer implementation of client querying is completely broken on orange box, thanks valve
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401765
This commit is contained in:
parent
ec11691734
commit
fc53efb288
@ -63,11 +63,11 @@ void ConVarManager::OnSourceModAllInitialized()
|
|||||||
*/
|
*/
|
||||||
#if !defined ORANGEBOX_BUILD
|
#if !defined ORANGEBOX_BUILD
|
||||||
if (g_SMAPI->GetGameDLLVersion() >= 6)
|
if (g_SMAPI->GetGameDLLVersion() >= 6)
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
SH_ADD_HOOK_MEMFUNC(IServerGameDLL, OnQueryCvarValueFinished, gamedll, this, &ConVarManager::OnQueryCvarValueFinished, false);
|
SH_ADD_HOOK_MEMFUNC(IServerGameDLL, OnQueryCvarValueFinished, gamedll, this, &ConVarManager::OnQueryCvarValueFinished, false);
|
||||||
m_bIsDLLQueryHooked = true;
|
m_bIsDLLQueryHooked = true;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
HandleAccess sec;
|
HandleAccess sec;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user