aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-10 20:25:22 +0000
committerJustin Clarke Casey2008-10-10 20:25:22 +0000
commite062b286063596e0996c14c3c7b27322832d710c (patch)
treed26c3a612eb6dd87531aeb37dc098efb62ac54d9 /OpenSim/Region/Application/OpenSim.cs
parentCommitting diva's LandSnapshot update patch. Also included is a small (diff)
downloadopensim-SC_OLD-e062b286063596e0996c14c3c7b27322832d710c.zip
opensim-SC_OLD-e062b286063596e0996c14c3c7b27322832d710c.tar.gz
opensim-SC_OLD-e062b286063596e0996c14c3c7b27322832d710c.tar.bz2
opensim-SC_OLD-e062b286063596e0996c14c3c7b27322832d710c.tar.xz
* minor: Remove highly experimental tags from oar loading and saving functions
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index 748edbb..c877aad 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -872,9 +872,6 @@ namespace OpenSim
872 /// <param name="cmdparams"></param> 872 /// <param name="cmdparams"></param>
873 protected void LoadOar(string[] cmdparams) 873 protected void LoadOar(string[] cmdparams)
874 { 874 {
875 m_log.Warn("[CONSOLE]: Experimental functionality. Please don't rely on this yet.");
876 m_log.Warn("[CONSOLE]: See http://opensimulator.org/wiki/OpenSim_Archives for more details.");
877
878 if (cmdparams.Length > 0) 875 if (cmdparams.Length > 0)
879 { 876 {
880 m_sceneManager.LoadArchiveToCurrentScene(cmdparams[0]); 877 m_sceneManager.LoadArchiveToCurrentScene(cmdparams[0]);
@@ -891,9 +888,6 @@ namespace OpenSim
891 /// <param name="cmdparams"></param> 888 /// <param name="cmdparams"></param>
892 protected void SaveOar(string[] cmdparams) 889 protected void SaveOar(string[] cmdparams)
893 { 890 {
894 m_log.Warn("[CONSOLE]: Experimental functionality. Please don't rely on this yet.");
895 m_log.Warn("[CONSOLE]: See http://opensimulator.org/wiki/OpenSim_Archives for more details.");
896
897 if (cmdparams.Length > 0) 891 if (cmdparams.Length > 0)
898 { 892 {
899 m_sceneManager.SaveCurrentSceneToArchive(cmdparams[0]); 893 m_sceneManager.SaveCurrentSceneToArchive(cmdparams[0]);