mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-14 23:07:48 -04:00
maybe this is the culprit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user