diff options
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs index 9f99143..d8c159f 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | |||
@@ -251,7 +251,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory | |||
251 | private void SendAppearance(ScenePresence sp) | 251 | private void SendAppearance(ScenePresence sp) |
252 | { | 252 | { |
253 | // Send the appearance to everyone in the scene | 253 | // Send the appearance to everyone in the scene |
254 | sp.SendAppearanceToAllOtherAgents(); | 254 | sp.SendAppearanceToAllOtherClients(); |
255 | 255 | ||
256 | // Send animations back to the avatar as well | 256 | // Send animations back to the avatar as well |
257 | sp.Animator.SendAnimPack(); | 257 | sp.Animator.SendAnimPack(); |