mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
remove pointless region handle paramter from IClientAPI.SendKillObject()
This commit is contained in:
@@ -517,10 +517,9 @@ namespace OpenSim.Tests.Common.Mock
|
||||
|
||||
public virtual void SendAgentDataUpdate(UUID agentid, UUID activegroupid, string firstname, string lastname, ulong grouppowers, string groupname, string grouptitle)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public virtual void SendKillObject(ulong regionHandle, List<uint> localID)
|
||||
public virtual void SendKillObject(List<uint> localID)
|
||||
{
|
||||
ReceivedKills.AddRange(localID);
|
||||
}
|
||||
@@ -534,7 +533,6 @@ namespace OpenSim.Tests.Common.Mock
|
||||
return new byte[0];
|
||||
}
|
||||
|
||||
|
||||
public virtual void SendAnimations(UUID[] animations, int[] seqs, UUID sourceAgentId, UUID[] objectIDs)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user