aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client/MXP/ClientStack/MXPClientView.cs')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 30820d3..3f04b55 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -1589,5 +1589,8 @@ namespace OpenSim.Client.MXP.ClientStack
1589 1589
1590 #endregion 1590 #endregion
1591 1591
1592 public void SendCreateGroupReply(UUID groupID, bool success, string message)
1593 {
1594 }
1592 } 1595 }
1593} 1596}