mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* find user on save-inv
This commit is contained in:
@@ -820,23 +820,7 @@ namespace OpenSim
|
||||
{
|
||||
m_sceneManager.SaveCurrentSceneToArchive(DEFAULT_OAR_BACKUP_FILENAME);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Save inventory to a file.
|
||||
/// </summary>
|
||||
/// <param name="cmdparams"></param>
|
||||
protected void SaveInv(string[] cmdparams)
|
||||
{
|
||||
m_log.Error("[CONSOLE]: This has not been implemented yet!");
|
||||
|
||||
// CachedUserInfo userInfo = CommsManager.UserProfileCacheService.GetUserDetails();
|
||||
// if (userInfo == null)
|
||||
// {
|
||||
// m_log.Error("[AGENT INVENTORY]: Failed to find user " + oldAgentID.ToString());
|
||||
// return;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
private static string CombineParams(string[] commandParams, int pos)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user