aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices
diff options
context:
space:
mode:
Diffstat (limited to 'OpenGridServices')
-rw-r--r--OpenGridServices/OpenGridServices.GridServer/GridManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenGridServices/OpenGridServices.GridServer/GridManager.cs b/OpenGridServices/OpenGridServices.GridServer/GridManager.cs
index 8d4517f..6315a4a 100644
--- a/OpenGridServices/OpenGridServices.GridServer/GridManager.cs
+++ b/OpenGridServices/OpenGridServices.GridServer/GridManager.cs
@@ -324,8 +324,8 @@ namespace OpenGridServices.GridServer
324 foreach (KeyValuePair<ulong, SimProfileData> aSim in neighbours) 324 foreach (KeyValuePair<ulong, SimProfileData> aSim in neighbours)
325 { 325 {
326 Hashtable simProfileBlock = new Hashtable(); 326 Hashtable simProfileBlock = new Hashtable();
327 simProfileBlock["x"] = aSim.Value.regionLocX; 327 simProfileBlock["x"] = aSim.Value.regionLocX.ToString();
328 simProfileBlock["y"] = aSim.Value.regionLocY; 328 simProfileBlock["y"] = aSim.Value.regionLocY.ToString();
329 simProfileBlock["name"] = aSim.Value.regionName; 329 simProfileBlock["name"] = aSim.Value.regionName;
330 simProfileBlock["access"] = 21; 330 simProfileBlock["access"] = 21;
331 simProfileBlock["region-flags"] = 512; 331 simProfileBlock["region-flags"] = 512;