another..

This commit is contained in:
UbitUmarov
2020-08-26 16:09:12 +01:00
parent 088a778853
commit 7dc50c93b8
5 changed files with 39 additions and 36 deletions

View File

@@ -1142,7 +1142,10 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
public void SendRemoveInventoryItem(UUID itemID)
{
}
public void SendRemoveInventoryItems(UUID[] items)
{
}
public void SendTakeControls(int controls, bool passToAgent, bool TakeControls)