aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-02-10 19:33:09 +0000
committerJustin Clarke Casey2009-02-10 19:33:09 +0000
commit8c157a7aae80a3a6012ab21724efb45b0380a358 (patch)
treef05bd8f2c118c1ced8c167a6ec8c72841df94038 /OpenSim
parent* minor: Remove SOG XML2 serialization log messages for now (diff)
downloadopensim-SC_OLD-8c157a7aae80a3a6012ab21724efb45b0380a358.zip
opensim-SC_OLD-8c157a7aae80a3a6012ab21724efb45b0380a358.tar.gz
opensim-SC_OLD-8c157a7aae80a3a6012ab21724efb45b0380a358.tar.bz2
opensim-SC_OLD-8c157a7aae80a3a6012ab21724efb45b0380a358.tar.xz
* 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
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index db6c0f1..7b47eb4 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -149,6 +149,7 @@ namespace OpenSim
149 "Save a region's data to an OAR archive", 149 "Save a region's data to an OAR archive",
150 "More information on forthcoming options here soon", SaveOar); 150 "More information on forthcoming options here soon", SaveOar);
151 151
152 /*
152 m_console.Commands.AddCommand("region", "save inventory", 153 m_console.Commands.AddCommand("region", "save inventory",
153 "save inventory <first> <last> <path> <file>", 154 "save inventory <first> <last> <path> <file>",
154 "Save user inventory data", SaveInv); 155 "Save user inventory data", SaveInv);
@@ -156,6 +157,7 @@ namespace OpenSim
156 m_console.Commands.AddCommand("region", "load inventory", 157 m_console.Commands.AddCommand("region", "load inventory",
157 "load inventory <first> <last> <path> <file>", 158 "load inventory <first> <last> <path> <file>",
158 "Load user inventory data", LoadInv); 159 "Load user inventory data", LoadInv);
160 */
159 161
160 m_console.Commands.AddCommand("region", "edit scale", 162 m_console.Commands.AddCommand("region", "edit scale",
161 "edit scale <name> <x> <y> <z>", 163 "edit scale <name> <x> <y> <z>",