mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Finished SimulationServiceConnector
* Started rerouting calls to UserService. * Compiles. May run.
This commit is contained in:
@@ -313,7 +313,7 @@ namespace OpenSim.Server.Handlers.Simulation
|
||||
destination.RegionID = regionID;
|
||||
|
||||
if (action.Equals("release"))
|
||||
m_SimulationService.ReleaseAgent(destination, id, "");
|
||||
m_SimulationService.ReleaseAgent(regionID, id, "");
|
||||
else
|
||||
m_SimulationService.CloseAgent(destination, id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user