mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Started work on CAPS support, now we have our first test capability, MapLayer requests are handled by CAPS.
This commit is contained in:
@@ -91,7 +91,7 @@ namespace OpenSim.LocalCommunications
|
||||
response.SimPort = (Int32)reg.IPListenPort;
|
||||
response.RegionX = reg.RegionLocX ;
|
||||
response.RegionY = reg.RegionLocY ;
|
||||
|
||||
response.SeedCapability = "http://" + reg.IPListenAddr + ":" + "9000" + "/CAPS/00334-0000/";
|
||||
theUser.currentAgent.currentRegion = reg.SimUUID;
|
||||
theUser.currentAgent.currentHandle = reg.RegionHandle;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user