maybe this is the culprit

This commit is contained in:
DarthArgus
2016-12-21 19:48:51 +00:00
parent f189edde22
commit 5009441d4d
@@ -3389,10 +3389,10 @@ jboolean JNICALL ScriptMethodsObjectInfoNamespace::sendScriptVarsToProxies(JNIEn
uint32 const myProcessId = GameServer::getInstance().getProcessId();
uint32 const authProcessId = object->getAuthServerProcessId();
ProxyList syncServers(proxyList);
ProxyList syncServers; //(proxyList);
if (myProcessId != authProcessId)
{
syncServers.erase(myProcessId);
//syncServers.erase(myProcessId);
syncServers.insert(authProcessId);
}