aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Application/OpenSim.cs6
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneManager.cs1
2 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index e936657..497a25b 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -716,7 +716,8 @@ namespace OpenSim
716 716
717 protected void LoadOar(string[] cmdparams) 717 protected void LoadOar(string[] cmdparams)
718 { 718 {
719 m_log.Warn("[CONSOLE]: Highly experimental functionality. Please don't rely on this."); 719 m_log.Warn("[CONSOLE]: Experimental functionality. Please don't rely on this.");
720 m_log.Warn("[CONSOLE]: See http://opensimulator.org/wiki/OpenSim_Archives for more details.");
720 721
721 if (cmdparams.Length > 0) 722 if (cmdparams.Length > 0)
722 { 723 {
@@ -730,7 +731,8 @@ namespace OpenSim
730 731
731 protected void SaveOar(string[] cmdparams) 732 protected void SaveOar(string[] cmdparams)
732 { 733 {
733 m_log.Warn("[CONSOLE]: Highly experimental functionality. Please don't rely on this."); 734 m_log.Warn("[CONSOLE]: Experimental functionality. Please don't rely on this.");
735 m_log.Warn("[CONSOLE]: See http://opensimulator.org/wiki/OpenSim_Archives for more details.");
734 736
735 if (cmdparams.Length > 0) 737 if (cmdparams.Length > 0)
736 { 738 {
diff --git a/OpenSim/Region/Environment/Scenes/SceneManager.cs b/OpenSim/Region/Environment/Scenes/SceneManager.cs
index 4e29786..f5d2e00 100644
--- a/OpenSim/Region/Environment/Scenes/SceneManager.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneManager.cs
@@ -237,7 +237,6 @@ namespace OpenSim.Region.Environment.Scenes
237 CurrentOrFirstScene.LoadPrimsFromArchive(filename); 237 CurrentOrFirstScene.LoadPrimsFromArchive(filename);
238 } 238 }
239 239
240
241 public string SaveCurrentSceneMapToXmlString() 240 public string SaveCurrentSceneMapToXmlString()
242 { 241 {
243 return CurrentOrFirstScene.Heightmap.SaveToXmlString(); 242 return CurrentOrFirstScene.Heightmap.SaveToXmlString();