diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 9f2a0ae..c606cd5 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1138,7 +1138,7 @@ namespace OpenSim.Framework | |||
1138 | 1138 | ||
1139 | void SendInstantMessage(GridInstantMessage im); | 1139 | void SendInstantMessage(GridInstantMessage im); |
1140 | 1140 | ||
1141 | void SendGenericMessage(string method, List<string> message); | 1141 | void SendGenericMessage(string method, List<byte[]> message); |
1142 | 1142 | ||
1143 | void SendLayerData(float[] map); | 1143 | void SendLayerData(float[] map); |
1144 | void SendLayerData(int px, int py, float[] map); | 1144 | void SendLayerData(int px, int py, float[] map); |