mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Convert SendKillObject to take a list of uint rather than sending one
packet per prim. More to come as we change to make use of this.
This commit is contained in:
@@ -934,7 +934,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
}
|
||||
|
||||
public void SendKillObject(ulong regionHandle, uint localID)
|
||||
public void SendKillObject(ulong regionHandle, List<uint> localID)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user