mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Attachments, attachments, and, did I say attachments?
Too many fixes to list.
This commit is contained in:
@@ -211,14 +211,13 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement
|
||||
|
||||
public void SendFullUpdate(IClientAPI client, uint clientFlags)
|
||||
{
|
||||
m_Entity.SendFullUpdateToClient(client, clientFlags);
|
||||
m_Entity.SendFullUpdateToClient(client);
|
||||
}
|
||||
|
||||
public void SendFullUpdateToAll()
|
||||
{
|
||||
uint clientFlags = 0;
|
||||
m_Entity.Scene.ClientManager.ForEachClient(delegate(IClientAPI controller)
|
||||
{ m_Entity.SendFullUpdateToClient(controller, clientFlags); }
|
||||
{ m_Entity.SendFullUpdateToClient(controller); }
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user