mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* minor: add wiki link to archiving function invocation
This commit is contained in:
@@ -716,7 +716,8 @@ namespace OpenSim
|
||||
|
||||
protected void LoadOar(string[] cmdparams)
|
||||
{
|
||||
m_log.Warn("[CONSOLE]: Highly experimental functionality. Please don't rely on this.");
|
||||
m_log.Warn("[CONSOLE]: Experimental functionality. Please don't rely on this.");
|
||||
m_log.Warn("[CONSOLE]: See http://opensimulator.org/wiki/OpenSim_Archives for more details.");
|
||||
|
||||
if (cmdparams.Length > 0)
|
||||
{
|
||||
@@ -730,7 +731,8 @@ namespace OpenSim
|
||||
|
||||
protected void SaveOar(string[] cmdparams)
|
||||
{
|
||||
m_log.Warn("[CONSOLE]: Highly experimental functionality. Please don't rely on this.");
|
||||
m_log.Warn("[CONSOLE]: Experimental functionality. Please don't rely on this.");
|
||||
m_log.Warn("[CONSOLE]: See http://opensimulator.org/wiki/OpenSim_Archives for more details.");
|
||||
|
||||
if (cmdparams.Length > 0)
|
||||
{
|
||||
|
||||
@@ -237,7 +237,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
CurrentOrFirstScene.LoadPrimsFromArchive(filename);
|
||||
}
|
||||
|
||||
|
||||
public string SaveCurrentSceneMapToXmlString()
|
||||
{
|
||||
return CurrentOrFirstScene.Heightmap.SaveToXmlString();
|
||||
|
||||
Reference in New Issue
Block a user