mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
strike that...
This commit is contained in:
@@ -1343,10 +1343,7 @@ void GameServer::receiveMessage(const MessageDispatch::Emitter & source, const M
|
||||
if (target) {
|
||||
createRemoteProxy(t.getProcess(), target);
|
||||
} else {
|
||||
WARNING(true, ("Told to create object %s on %d we know nothing about. Requesting unload.", t.getId().getValueString().c_str(), t.getProcess()));
|
||||
|
||||
UnloadObjectMessage const t(ri);
|
||||
target->unload();
|
||||
WARNING(true, ("Told to create object %s on %d we know nothing about", t.getId().getValueString().c_str(), t.getProcess()));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user