diff options
author | Justin Clarke Casey | 2008-12-19 17:57:03 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-19 17:57:03 +0000 |
commit | 7ce8ccb043002520a82ce14325e991a22e0c292b (patch) | |
tree | 6e8350769193c0a0053b9432b326fe257735532b /OpenSim/Region/Environment/Modules/Avatar | |
parent | * Commit patch from cmickeyb. #2871. Optimized float array for the terrain ... (diff) | |
download | opensim-SC_OLD-7ce8ccb043002520a82ce14325e991a22e0c292b.zip opensim-SC_OLD-7ce8ccb043002520a82ce14325e991a22e0c292b.tar.gz opensim-SC_OLD-7ce8ccb043002520a82ce14325e991a22e0c292b.tar.bz2 opensim-SC_OLD-7ce8ccb043002520a82ce14325e991a22e0c292b.tar.xz |
* refactor: Move tree code out into a separate module
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Avatar')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Avatar/Gestures/GesturesModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Avatar/Gestures/GesturesModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Gestures/GesturesModule.cs index 5f0f4f9..a86fceb 100644 --- a/OpenSim/Region/Environment/Modules/Avatar/Gestures/GesturesModule.cs +++ b/OpenSim/Region/Environment/Modules/Avatar/Gestures/GesturesModule.cs | |||
@@ -74,7 +74,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Gestures | |||
74 | m_log.ErrorFormat("[GESTURES]: Unable to find user {0}", client.Name); | 74 | m_log.ErrorFormat("[GESTURES]: Unable to find user {0}", client.Name); |
75 | } | 75 | } |
76 | 76 | ||
77 | public virtual void DeactivateGesture(IClientAPI client, UUID gestureId) | 77 | public virtual void DeactivateGesture(IClientAPI client, UUID gestureId) |
78 | { | 78 | { |
79 | CachedUserInfo userInfo = m_scene.CommsManager.UserProfileCacheService.GetUserDetails(client.AgentId); | 79 | CachedUserInfo userInfo = m_scene.CommsManager.UserProfileCacheService.GetUserDetails(client.AgentId); |
80 | 80 | ||