diff options
author | UbitUmarov | 2019-03-20 15:09:53 +0000 |
---|---|---|
committer | UbitUmarov | 2019-03-20 15:09:53 +0000 |
commit | d6b3413c6337f8409b78266ac987aac63a5f77e5 (patch) | |
tree | 9d256471d0ac54cae409e2f3cf4ac250d7b3979d /OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |
parent | lludp direct encode RegionHandshake (diff) | |
download | opensim-SC-d6b3413c6337f8409b78266ac987aac63a5f77e5.zip opensim-SC-d6b3413c6337f8409b78266ac987aac63a5f77e5.tar.gz opensim-SC-d6b3413c6337f8409b78266ac987aac63a5f77e5.tar.bz2 opensim-SC-d6b3413c6337f8409b78266ac987aac63a5f77e5.tar.xz |
RegionHandshake IS critical llupd protocol not to be done by odd modules
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index fb195e7..59ce05a 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -932,7 +932,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
932 | OnSetAppearance(this, appearance.Texture, (byte[])appearance.VisualParams.Clone(),appearance.AvatarSize, new WearableCacheItem[0]); | 932 | OnSetAppearance(this, appearance.Texture, (byte[])appearance.VisualParams.Clone(),appearance.AvatarSize, new WearableCacheItem[0]); |
933 | } | 933 | } |
934 | 934 | ||
935 | public void SendRegionHandshake(RegionInfo regionInfo, RegionHandshakeArgs args) | 935 | public void SendRegionHandshake() |
936 | { | 936 | { |
937 | m_log.Info("[IRCd ClientStack] Completing Handshake to Region"); | 937 | m_log.Info("[IRCd ClientStack] Completing Handshake to Region"); |
938 | 938 | ||