From ba7aeb1479e2df2e376242bc8e22da5931c1354b Mon Sep 17 00:00:00 2001 From: gareth Date: Sat, 14 Apr 2007 12:48:38 +0000 Subject: In the grid, there is life! OGS now functional again, can login! w00t --- OpenGridServices.GridServer/SimProfiles.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'OpenGridServices.GridServer/SimProfiles.cs') diff --git a/OpenGridServices.GridServer/SimProfiles.cs b/OpenGridServices.GridServer/SimProfiles.cs index 5e02b4f..7fcfb8c 100644 --- a/OpenGridServices.GridServer/SimProfiles.cs +++ b/OpenGridServices.GridServer/SimProfiles.cs @@ -168,13 +168,15 @@ namespace OpenGridServices.GridServer } } - responseData["UUID"] = TheSim.UUID; + responseData["UUID"] = TheSim.UUID.ToString(); responseData["region_locx"] = TheSim.RegionLocX.ToString(); responseData["region_locy"] = TheSim.RegionLocY.ToString(); responseData["regionname"] = TheSim.regionname; responseData["estate_id"] = "1"; responseData["neighbours"] = SimNeighboursData; - + + responseData["sim_ip"] = TheSim.sim_ip; + responseData["sim_port"] = TheSim.sim_port.ToString(); responseData["asset_url"] = m_gridManager.Cfg.DefaultAssetServer; responseData["asset_sendkey"] = m_gridManager.Cfg.AssetSendKey; responseData["asset_recvkey"] = m_gridManager.Cfg.AssetRecvKey; -- cgit v1.1