From 8728e4cf2f9510ef583fc76b6f8515da8ae6bce1 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 4 Mar 2020 20:04:08 +0000 Subject: [PATCH] missing file --- OpenSim/Framework/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index cea9f7d5bc..aa3996f4ed 100755 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -1250,7 +1250,7 @@ namespace OpenSim.Framework int PricePublicObjectDelete, int PriceRentLight, int PriceUpload, int TeleportMinPrice, float TeleportPriceExponent); - void SendAvatarPickerReply(AvatarPickerReplyAgentDataArgs AgentData, List Data); + void SendAvatarPickerReply(UUID QueryID, List users); void SendAgentDataUpdate(UUID agentid, UUID activegroupid, string firstname, string lastname, ulong grouppowers, string groupname, string grouptitle);