From 8c157a7aae80a3a6012ab21724efb45b0380a358 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 10 Feb 2009 19:33:09 +0000 Subject: * 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 --- OpenSim/Region/Application/OpenSim.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim') 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 "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 ", "Save user inventory data", SaveInv); @@ -156,6 +157,7 @@ namespace OpenSim m_console.Commands.AddCommand("region", "load inventory", "load inventory ", "Load user inventory data", LoadInv); + */ m_console.Commands.AddCommand("region", "edit scale", "edit scale ", -- cgit v1.1