diff options
author | Justin Clarke Casey | 2008-07-29 18:11:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-29 18:11:58 +0000 |
commit | d13c9161c959fd151a620cd77ae4d2acbbdb6177 (patch) | |
tree | 2994219af193f23009888337c9d7c8d5db5a26f2 /OpenSim/Region/Application/OpenSim.cs | |
parent | * minor: route create user through underlying super class method rather than ... (diff) | |
download | opensim-SC_OLD-d13c9161c959fd151a620cd77ae4d2acbbdb6177.zip opensim-SC_OLD-d13c9161c959fd151a620cd77ae4d2acbbdb6177.tar.gz opensim-SC_OLD-d13c9161c959fd151a620cd77ae4d2acbbdb6177.tar.bz2 opensim-SC_OLD-d13c9161c959fd151a620cd77ae4d2acbbdb6177.tar.xz |
* find user on save-inv
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 622573c..714a777 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -820,23 +820,7 @@ namespace OpenSim | |||
820 | { | 820 | { |
821 | m_sceneManager.SaveCurrentSceneToArchive(DEFAULT_OAR_BACKUP_FILENAME); | 821 | m_sceneManager.SaveCurrentSceneToArchive(DEFAULT_OAR_BACKUP_FILENAME); |
822 | } | 822 | } |
823 | } | 823 | } |
824 | |||
825 | /// <summary> | ||
826 | /// Save inventory to a file. | ||
827 | /// </summary> | ||
828 | /// <param name="cmdparams"></param> | ||
829 | protected void SaveInv(string[] cmdparams) | ||
830 | { | ||
831 | m_log.Error("[CONSOLE]: This has not been implemented yet!"); | ||
832 | |||
833 | // CachedUserInfo userInfo = CommsManager.UserProfileCacheService.GetUserDetails(); | ||
834 | // if (userInfo == null) | ||
835 | // { | ||
836 | // m_log.Error("[AGENT INVENTORY]: Failed to find user " + oldAgentID.ToString()); | ||
837 | // return; | ||
838 | // } | ||
839 | } | ||
840 | 824 | ||
841 | private static string CombineParams(string[] commandParams, int pos) | 825 | private static string CombineParams(string[] commandParams, int pos) |
842 | { | 826 | { |