diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 134946b..e73d4d2 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -3377,18 +3377,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
3377 | } | 3377 | } |
3378 | } | 3378 | } |
3379 | 3379 | ||
3380 | public void SendDialogToUser(UUID avatarID, string objectName, UUID objectID, UUID ownerID, string message, UUID TextureID, int ch, string[] buttonlabels) | ||
3381 | { | ||
3382 | lock (m_scenePresences) | ||
3383 | { | ||
3384 | if (m_scenePresences.ContainsKey(avatarID)) | ||
3385 | { | ||
3386 | m_scenePresences[avatarID].ControllingClient.SendDialog( | ||
3387 | objectName, objectID, ownerID, message, TextureID, ch, buttonlabels); | ||
3388 | } | ||
3389 | } | ||
3390 | } | ||
3391 | |||
3392 | public virtual void StoreAddFriendship(UUID ownerID, UUID friendID, uint perms) | 3380 | public virtual void StoreAddFriendship(UUID ownerID, UUID friendID, uint perms) |
3393 | { | 3381 | { |
3394 | m_sceneGridService.AddNewUserFriend(ownerID, friendID, perms); | 3382 | m_sceneGridService.AddNewUserFriend(ownerID, friendID, perms); |