mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Merge commit 'aa19ccf65c9cd235e0ba941e9832c5240df4412c' into bigmerge
This commit is contained in:
@@ -3619,7 +3619,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
/// Generate one of the object update packets based on PrimUpdateFlags
|
||||
/// and broadcast the packet to clients
|
||||
/// </summary>
|
||||
public void SendPrimUpdate(ISceneEntity entity, PrimUpdateFlags updateFlags)
|
||||
public void SendEntityUpdate(ISceneEntity entity, PrimUpdateFlags updateFlags)
|
||||
{
|
||||
if (entity is SceneObjectPart)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user