* find user on save-inv

This commit is contained in:
Justin Clarke Casey
2008-07-29 18:11:58 +00:00
parent aa59dfb1d2
commit d13c9161c9
2 changed files with 27 additions and 17 deletions

View File

@@ -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)
{