mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_SimulationService, because it may be null...
This commit is contained in:
@@ -283,7 +283,7 @@ namespace OpenSim.Region.Framework.Scenes.Hypergrid
|
||||
m_scene.SimulationService.UpdateAgent(reg, agent);
|
||||
|
||||
m_log.DebugFormat(
|
||||
"[CAPS]: Sending new CAPS seed url {0} to client {1}", agentCircuit.CapsPath, avatar.UUID);
|
||||
"[CAPS]: Sending new CAPS seed url {0} to client {1}", capsPath, avatar.UUID);
|
||||
|
||||
|
||||
///
|
||||
|
||||
@@ -3791,7 +3791,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
public void SendReleaseAgent(UUID origin, UUID id, string uri)
|
||||
{
|
||||
//m_interregionCommsOut.SendReleaseAgent(regionHandle, id, uri);
|
||||
m_simulationService.ReleaseAgent(origin, id, uri);
|
||||
SimulationService.ReleaseAgent(origin, id, uri);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user