aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-29 14:41:16 +0000
committerJustin Clarke Casey2008-09-29 14:41:16 +0000
commit7ec065198aea732ffc241ab70a72acfb534aeccc (patch)
treea7ccd45d10c995870ef0807f586d39a7cb8fc1a8 /OpenSim/Region/Application/OpenSim.cs
parentfixes future mantis from SachaMagne. (diff)
downloadopensim-SC_OLD-7ec065198aea732ffc241ab70a72acfb534aeccc.zip
opensim-SC_OLD-7ec065198aea732ffc241ab70a72acfb534aeccc.tar.gz
opensim-SC_OLD-7ec065198aea732ffc241ab70a72acfb534aeccc.tar.bz2
opensim-SC_OLD-7ec065198aea732ffc241ab70a72acfb534aeccc.tar.xz
* Apply http://opensimulator.org/mantis/view.php?id=2294
* This is an initial basic experimental code for inventory import and export from the region server * Probably not yet ready for general use * Thanks Kayne!
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index 1a5c098..0b3d5df 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -282,6 +282,10 @@ namespace OpenSim
282 SaveInv(cmdparams); 282 SaveInv(cmdparams);
283 break; 283 break;
284 284
285 case "load-inv":
286 LoadInv(cmdparams);
287 break;
288
285 case "plugin": 289 case "plugin":
286 m_sceneManager.SendCommandToPluginModules(cmdparams); 290 m_sceneManager.SendCommandToPluginModules(cmdparams);
287 break; 291 break;