aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorlbsa712007-07-15 05:07:28 +0000
committerlbsa712007-07-15 05:07:28 +0000
commite207cc615f63b29d3bcbabcf76cbe336b6b6af73 (patch)
treed6854f96c9153d853258be94cf75f17135d32a9f /OpenSim
parent* Fixed up gebrockenet config file from libsl (#172) (diff)
downloadopensim-SC_OLD-e207cc615f63b29d3bcbabcf76cbe336b6b6af73.zip
opensim-SC_OLD-e207cc615f63b29d3bcbabcf76cbe336b6b6af73.tar.gz
opensim-SC_OLD-e207cc615f63b29d3bcbabcf76cbe336b6b6af73.tar.bz2
opensim-SC_OLD-e207cc615f63b29d3bcbabcf76cbe336b6b6af73.tar.xz
* fixed locations both set to y (thanks to babblefro)
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Grid/UserServer/UserManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserManager.cs b/OpenSim/Grid/UserServer/UserManager.cs
index ca0cdc3..f5275e2 100644
--- a/OpenSim/Grid/UserServer/UserManager.cs
+++ b/OpenSim/Grid/UserServer/UserManager.cs
@@ -62,7 +62,7 @@ namespace OpenSim.Grid.UserServer
62 response.SimAddress = SimInfo.serverIP; 62 response.SimAddress = SimInfo.serverIP;
63 response.SimPort = (Int32)SimInfo.serverPort; 63 response.SimPort = (Int32)SimInfo.serverPort;
64 response.RegionX = SimInfo.regionLocX; 64 response.RegionX = SimInfo.regionLocX;
65 response.RegionY = SimInfo.regionLocX; 65 response.RegionY = SimInfo.regionLocY;
66 66
67 //Not sure if the + "/CAPS/" should in fact be +"CAPS/" depending if there is already a / as part of httpServerURI 67 //Not sure if the + "/CAPS/" should in fact be +"CAPS/" depending if there is already a / as part of httpServerURI
68 string capsPath = Util.GetRandomCapsPath(); 68 string capsPath = Util.GetRandomCapsPath();