diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index f6b7689..10ead39 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1116,8 +1116,8 @@ namespace OpenSim.Framework | |||
1116 | 1116 | ||
1117 | void SendInstantMessage(GridInstantMessage im); | 1117 | void SendInstantMessage(GridInstantMessage im); |
1118 | 1118 | ||
1119 | void SendGenericMessage(string method, List<string> message); | 1119 | void SendGenericMessage(string method, UUID invoice, List<string> message); |
1120 | void SendGenericMessage(string method, List<byte[]> message); | 1120 | void SendGenericMessage(string method, UUID invoice, List<byte[]> message); |
1121 | 1121 | ||
1122 | void SendLayerData(float[] map); | 1122 | void SendLayerData(float[] map); |
1123 | void SendLayerData(int px, int py, float[] map); | 1123 | void SendLayerData(int px, int py, float[] map); |