mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
* 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!
This commit is contained in:
@@ -282,6 +282,10 @@ namespace OpenSim
|
||||
SaveInv(cmdparams);
|
||||
break;
|
||||
|
||||
case "load-inv":
|
||||
LoadInv(cmdparams);
|
||||
break;
|
||||
|
||||
case "plugin":
|
||||
m_sceneManager.SendCommandToPluginModules(cmdparams);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user