mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
remove pointless region handle paramter from IClientAPI.SendKillObject()
This commit is contained in:
@@ -950,7 +950,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
}
|
||||
|
||||
public void SendKillObject(ulong regionHandle, List<uint> localID)
|
||||
public void SendKillObject(List<uint> localID)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user