* fixed locations both set to y (thanks to babblefro)

afrisby
lbsa71 2007-07-15 05:07:28 +00:00
parent 7ef425af88
commit e207cc615f
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace OpenSim.Grid.UserServer
response.SimAddress = SimInfo.serverIP;
response.SimPort = (Int32)SimInfo.serverPort;
response.RegionX = SimInfo.regionLocX;
response.RegionY = SimInfo.regionLocX;
response.RegionY = SimInfo.regionLocY;
//Not sure if the + "/CAPS/" should in fact be +"CAPS/" depending if there is already a / as part of httpServerURI
string capsPath = Util.GetRandomCapsPath();