mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
take lludp out of usermanagement module
This commit is contained in:
@@ -1176,7 +1176,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
}
|
||||
|
||||
public void SendAvatarPickerReply(AvatarPickerReplyAgentDataArgs AgentData, List<AvatarPickerReplyDataArgs> Data)
|
||||
public void SendAvatarPickerReply(UUID QueryID, List<UserData> users)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -677,7 +677,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void SendAvatarPickerReply(AvatarPickerReplyAgentDataArgs AgentData, List<AvatarPickerReplyDataArgs> Data)
|
||||
public virtual void SendAvatarPickerReply(UUID QueryID, List<UserData> users)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user