mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* refactor: move bottom part of 'xml2' serializaton to separate class
This commit is contained in:
@@ -220,7 +220,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectors.Interregion
|
||||
* Object-related communications
|
||||
*/
|
||||
|
||||
public bool SendCreateObject(ulong regionHandle, ISceneObject sog, bool isLocalCall)
|
||||
public bool SendCreateObject(ulong regionHandle, SceneObjectGroup sog, bool isLocalCall)
|
||||
{
|
||||
foreach (Scene s in m_sceneList)
|
||||
{
|
||||
|
||||
@@ -261,7 +261,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectors.Interregion
|
||||
* Object-related communications
|
||||
*/
|
||||
|
||||
public bool SendCreateObject(ulong regionHandle, ISceneObject sog, bool isLocalCall)
|
||||
public bool SendCreateObject(ulong regionHandle, SceneObjectGroup sog, bool isLocalCall)
|
||||
{
|
||||
// Try local first
|
||||
if (m_localBackend.SendCreateObject(regionHandle, sog, true))
|
||||
|
||||
Reference in New Issue
Block a user