mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
refactor: eliminate method in UserProfileCacheService
This commit is contained in:
@@ -59,7 +59,7 @@ namespace OpenSim
|
||||
public delegate void ConsoleCommand(string[] comParams);
|
||||
|
||||
public class OpenSimMain : RegionApplicationBase, conscmd_callback
|
||||
{
|
||||
{
|
||||
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
private string proxyUrl;
|
||||
private int proxyOffset = 0;
|
||||
|
||||
@@ -550,7 +550,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
m_physicsActor.Flying = isFlying;
|
||||
|
||||
m_scene.SwapRootAgentCount(false);
|
||||
m_scene.CommsManager.UserProfileCacheService.UpdateUserInventory(m_uuid);
|
||||
m_scene.CommsManager.UserProfileCacheService.RequestInventoryForUser(m_uuid);
|
||||
m_scene.AddCapsHandler(m_uuid);
|
||||
//if (!m_gotAllObjectsInScene)
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user