We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc660ce commit f3bdd9cCopy full SHA for f3bdd9c
Shared/mods/deathmatch/logic/luadefs/CLuaUtilDefs.cpp
@@ -586,9 +586,9 @@ int CLuaUtilDefs::DebugSleep(lua_State* luaVM)
586
587
// Process HTTP
588
#ifdef MTA_CLIENT
589
- g_pNet->GetHTTPDownloadManager(EDownloadMode::CALL_REMOTE_RESTRICTED)->ProcessQueuedFiles();
+ g_pClientGame->GetRemoteCalls()->ProcessQueuedFiles();
590
#else
591
- g_pNetServer->GetHTTPDownloadManager(EDownloadMode::CALL_REMOTE)->ProcessQueuedFiles();
+ g_pGame->GetRemoteCalls()->ProcessQueuedFiles();
592
#endif
593
594
// Sleep a bit
0 commit comments