diff options
author | UbitUmarov | 2019-01-20 20:58:27 +0000 |
---|---|---|
committer | UbitUmarov | 2019-01-20 20:58:27 +0000 |
commit | 0c38d52538a5d713e034fcec8da8df434e3ca924 (patch) | |
tree | b54bb1749bae275e77bbfcaafb98833fd436748b /OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server | |
parent | cosmetics (diff) | |
download | opensim-SC-0c38d52538a5d713e034fcec8da8df434e3ca924.zip opensim-SC-0c38d52538a5d713e034fcec8da8df434e3ca924.tar.gz opensim-SC-0c38d52538a5d713e034fcec8da8df434e3ca924.tar.bz2 opensim-SC-0c38d52538a5d713e034fcec8da8df434e3ca924.tar.xz |
cosmetics on terrain patchs
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index c7b7818..0fc724b 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1014,19 +1014,16 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1014 | return false; | 1014 | return false; |
1015 | } | 1015 | } |
1016 | 1016 | ||
1017 | public void SendLayerData(float[] map) | 1017 | public void SendLayerData() |
1018 | { | 1018 | { |
1019 | |||
1020 | } | 1019 | } |
1021 | 1020 | ||
1022 | public void SendLayerData(int px, int py, float[] map) | 1021 | public void SendLayerData(int[] map) |
1023 | { | 1022 | { |
1024 | |||
1025 | } | 1023 | } |
1026 | 1024 | ||
1027 | public void SendWindData(int version, Vector2[] windSpeeds) | 1025 | public void SendWindData(int version, Vector2[] windSpeeds) |
1028 | { | 1026 | { |
1029 | |||
1030 | } | 1027 | } |
1031 | 1028 | ||
1032 | public void SendCloudData(int version, float[] cloudCover) | 1029 | public void SendCloudData(int version, float[] cloudCover) |