mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Several more buglets removed.
This commit is contained in:
@@ -281,7 +281,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation
|
||||
return false;
|
||||
|
||||
// Try local first
|
||||
if (m_localBackend.CreateObject(destination, sog, true))
|
||||
if (m_localBackend.CreateObject(destination, sog, isLocalCall))
|
||||
{
|
||||
//m_log.Debug("[REST COMMS]: LocalBackEnd SendCreateObject succeeded");
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user