diff --git a/Server/mods/deathmatch/logic/CRemoteCalls.cpp b/Server/mods/deathmatch/logic/CRemoteCalls.cpp index 73cfa39f4a8..b0a8b11daf5 100644 --- a/Server/mods/deathmatch/logic/CRemoteCalls.cpp +++ b/Server/mods/deathmatch/logic/CRemoteCalls.cpp @@ -238,12 +238,10 @@ void CRemoteCall::DownloadFinishedCallback(const SHttpDownloadResult& result) if (result.bSuccess) { if (pCall->IsFetch()) - { arguments.PushString(std::string(result.pData, result.dataSize)); - arguments.PushNumber(0); - } else arguments.ReadFromJSONString(result.pData); + arguments.PushNumber(0); } else {