* Remove load and save inventory commands from the console since these are actually experimental and the storage format may soon undergo incompatible changes

* If you were using these please uncomment the code before rebuilding, but be aware that old files may become incompatible soon
This commit is contained in:
Justin Clarke Casey
2009-02-10 19:33:09 +00:00
parent bd4955468e
commit 8c157a7aae

View File

@@ -149,6 +149,7 @@ namespace OpenSim
"Save a region's data to an OAR archive",
"More information on forthcoming options here soon", SaveOar);
/*
m_console.Commands.AddCommand("region", "save inventory",
"save inventory <first> <last> <path> <file>",
"Save user inventory data", SaveInv);
@@ -156,6 +157,7 @@ namespace OpenSim
m_console.Commands.AddCommand("region", "load inventory",
"load inventory <first> <last> <path> <file>",
"Load user inventory data", LoadInv);
*/
m_console.Commands.AddCommand("region", "edit scale",
"edit scale <name> <x> <y> <z>",