mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* 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:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user