diff options
Diffstat (limited to 'OpenSim/Grid/GridServer')
-rw-r--r-- | OpenSim/Grid/GridServer/GridManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index 1ec4fd8..daee729 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs | |||
@@ -1039,7 +1039,7 @@ namespace OpenSim.Grid.GridServer | |||
1039 | respstring = "<Root>"; | 1039 | respstring = "<Root>"; |
1040 | respstring += "<authkey>" + TheSim.regionSendKey + "</authkey>"; | 1040 | respstring += "<authkey>" + TheSim.regionSendKey + "</authkey>"; |
1041 | respstring += "<sim>"; | 1041 | respstring += "<sim>"; |
1042 | respstring += "<uuid>" + TheSim.ToString() + "</uuid>"; | 1042 | respstring += "<uuid>" + TheSim.UUID.ToString() + "</uuid>"; |
1043 | respstring += "<regionname>" + TheSim.regionName + "</regionname>"; | 1043 | respstring += "<regionname>" + TheSim.regionName + "</regionname>"; |
1044 | respstring += "<sim_ip>" + TheSim.serverIP + "</sim_ip>"; | 1044 | respstring += "<sim_ip>" + TheSim.serverIP + "</sim_ip>"; |
1045 | respstring += "<sim_port>" + TheSim.serverPort.ToString() + "</sim_port>"; | 1045 | respstring += "<sim_port>" + TheSim.serverPort.ToString() + "</sim_port>"; |