aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/MXP
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client/MXP')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index d414f08..33017d6 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -923,7 +923,7 @@ namespace OpenSim.Client.MXP.ClientStack
923 // Need to translate to MXP somehow 923 // Need to translate to MXP somehow
924 } 924 }
925 925
926 public void SendGenericMessage(string method, List<string> message) 926 public void SendGenericMessage(string method, List<byte[]> message)
927 { 927 {
928 // Need to translate to MXP somehow 928 // Need to translate to MXP somehow
929 } 929 }