aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/ServerBase.cs
diff options
context:
space:
mode:
authorMelanie2013-01-23 23:12:48 +0100
committerMelanie2013-01-23 23:12:48 +0100
commit8c6984eac140ed48f10ac3f3db533d0c9b1d084a (patch)
tree46db4ae698cff50e4716011241723d249837cf8e /OpenSim/Framework/Servers/ServerBase.cs
parentPrevent double ground collisions and prefer the physics result if there is one. (diff)
downloadopensim-SC_OLD-8c6984eac140ed48f10ac3f3db533d0c9b1d084a.zip
opensim-SC_OLD-8c6984eac140ed48f10ac3f3db533d0c9b1d084a.tar.gz
opensim-SC_OLD-8c6984eac140ed48f10ac3f3db533d0c9b1d084a.tar.bz2
opensim-SC_OLD-8c6984eac140ed48f10ac3f3db533d0c9b1d084a.tar.xz
Implement get version RemoteAdmin call
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Servers/ServerBase.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/ServerBase.cs b/OpenSim/Framework/Servers/ServerBase.cs
index c182a3a..9eb2281 100644
--- a/OpenSim/Framework/Servers/ServerBase.cs
+++ b/OpenSim/Framework/Servers/ServerBase.cs
@@ -531,7 +531,7 @@ namespace OpenSim.Framework.Servers
531 } 531 }
532 } 532 }
533 533
534 protected string GetVersionText() 534 public string GetVersionText()
535 { 535 {
536 return String.Format("Version: {0} (interface version {1})", m_version, VersionInfo.MajorInterfaceVersion); 536 return String.Format("Version: {0} (interface version {1})", m_version, VersionInfo.MajorInterfaceVersion);
537 } 537 }
@@ -563,4 +563,4 @@ namespace OpenSim.Framework.Servers
563 m_console.OutputFormat(format, components); 563 m_console.OutputFormat(format, components);
564 } 564 }
565 } 565 }
566} \ No newline at end of file 566}