diff options
Diffstat (limited to '')
-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 82b5968..7219bf8 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1149,7 +1149,7 @@ namespace OpenSim.Framework | |||
1149 | 1149 | ||
1150 | void SendInstantMessage(GridInstantMessage im); | 1150 | void SendInstantMessage(GridInstantMessage im); |
1151 | 1151 | ||
1152 | void SendGenericMessage(string method, List<string> message); | 1152 | void SendGenericMessage(string method, List<byte[]> message); |
1153 | 1153 | ||
1154 | void SendLayerData(float[] map); | 1154 | void SendLayerData(float[] map); |
1155 | void SendLayerData(int px, int py, float[] map); | 1155 | void SendLayerData(int px, int py, float[] map); |