diff options
author | Melanie Thielker | 2008-11-22 22:56:00 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-22 22:56:00 +0000 |
commit | 2fa072b579d6c8d1e37c9c72dc223814bfa41e9d (patch) | |
tree | 0da738e0e41d06cee08e9301863c99e7b98959e0 /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | Increase IRC login timeout to 25 - it was 10 which was causing reconnect loop... (diff) | |
download | opensim-SC_OLD-2fa072b579d6c8d1e37c9c72dc223814bfa41e9d.zip opensim-SC_OLD-2fa072b579d6c8d1e37c9c72dc223814bfa41e9d.tar.gz opensim-SC_OLD-2fa072b579d6c8d1e37c9c72dc223814bfa41e9d.tar.bz2 opensim-SC_OLD-2fa072b579d6c8d1e37c9c72dc223814bfa41e9d.tar.xz |
Next step in the presence module - some core plumbing included at
no extra cost
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 2fcca43..0c5eb62 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -4214,6 +4214,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
4214 | return; | 4214 | return; |
4215 | 4215 | ||
4216 | inv.SetRootAgentScene(agentID, this); | 4216 | inv.SetRootAgentScene(agentID, this); |
4217 | |||
4218 | EventManager.TriggerSetRootAgentScene(agentID); | ||
4217 | } | 4219 | } |
4218 | 4220 | ||
4219 | public bool NeedSceneCacheClear(UUID agentID) | 4221 | public bool NeedSceneCacheClear(UUID agentID) |