diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 7d55f7e..363d0f8 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -3863,7 +3863,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
3863 | public void SetRootAgentScene(LLUUID agentID) | 3863 | public void SetRootAgentScene(LLUUID agentID) |
3864 | { | 3864 | { |
3865 | IInventoryModule inv = RequestModuleInterface<IInventoryModule>(); | 3865 | IInventoryModule inv = RequestModuleInterface<IInventoryModule>(); |
3866 | if(inv == null) | 3866 | if (inv == null) |
3867 | return; | 3867 | return; |
3868 | 3868 | ||
3869 | inv.SetRootAgentScene(agentID, this); | 3869 | inv.SetRootAgentScene(agentID, this); |
@@ -3872,7 +3872,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
3872 | public bool NeedSceneCacheClear(LLUUID agentID) | 3872 | public bool NeedSceneCacheClear(LLUUID agentID) |
3873 | { | 3873 | { |
3874 | IInventoryModule inv = RequestModuleInterface<IInventoryModule>(); | 3874 | IInventoryModule inv = RequestModuleInterface<IInventoryModule>(); |
3875 | if(inv == null) | 3875 | if (inv == null) |
3876 | return true; | 3876 | return true; |
3877 | 3877 | ||
3878 | return inv.NeedSceneCacheClear(agentID, this); | 3878 | return inv.NeedSceneCacheClear(agentID, this); |