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 a6a081d..bcbc957 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1142,7 +1142,7 @@ namespace OpenSim.Framework | |||
1142 | 1142 | ||
1143 | void SendInstantMessage(GridInstantMessage im); | 1143 | void SendInstantMessage(GridInstantMessage im); |
1144 | 1144 | ||
1145 | void SendGenericMessage(string method, List<string> message); | 1145 | void SendGenericMessage(string method, List<byte[]> message); |
1146 | 1146 | ||
1147 | void SendLayerData(float[] map); | 1147 | void SendLayerData(float[] map); |
1148 | void SendLayerData(int px, int py, float[] map); | 1148 | void SendLayerData(int px, int py, float[] map); |