mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* Changed ISimulation interface to take a GridRegion as input arg instead of a regionHandle.
* Added the RemoteSimulationConnectorModule, which is the replacement for RESTComms. Scenes is not using this yet, only (standalone) Login uses these region modules for now. * Completed SimulationServiceConnector and corresponding handlers.
This commit is contained in:
@@ -370,7 +370,7 @@ namespace OpenSim.Services.LLLoginService
|
||||
aCircuit.SessionID = session;
|
||||
aCircuit.startpos = position;
|
||||
|
||||
if (simConnector.CreateAgent(region.RegionHandle, aCircuit, 0, out reason))
|
||||
if (simConnector.CreateAgent(region, aCircuit, 0, out reason))
|
||||
return aCircuit;
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user