diff options
author | lbsa71 | 2007-07-15 05:07:28 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-15 05:07:28 +0000 |
commit | e207cc615f63b29d3bcbabcf76cbe336b6b6af73 (patch) | |
tree | d6854f96c9153d853258be94cf75f17135d32a9f | |
parent | * Fixed up gebrockenet config file from libsl (#172) (diff) | |
download | opensim-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)
-rw-r--r-- | OpenSim/Grid/UserServer/UserManager.cs | 2 |
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(); |