aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index d579f91..2f16e04 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -3619,7 +3619,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3619 /// Generate one of the object update packets based on PrimUpdateFlags 3619 /// Generate one of the object update packets based on PrimUpdateFlags
3620 /// and broadcast the packet to clients 3620 /// and broadcast the packet to clients
3621 /// </summary> 3621 /// </summary>
3622 public void SendPrimUpdate(ISceneEntity entity, PrimUpdateFlags updateFlags) 3622 public void SendEntityUpdate(ISceneEntity entity, PrimUpdateFlags updateFlags)
3623 { 3623 {
3624 if (entity is SceneObjectPart) 3624 if (entity is SceneObjectPart)
3625 { 3625 {