mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
RegionHandshake IS critical llupd protocol not to be done by odd modules
This commit is contained in:
@@ -932,7 +932,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
OnSetAppearance(this, appearance.Texture, (byte[])appearance.VisualParams.Clone(),appearance.AvatarSize, new WearableCacheItem[0]);
|
||||
}
|
||||
|
||||
public void SendRegionHandshake(RegionInfo regionInfo, RegionHandshakeArgs args)
|
||||
public void SendRegionHandshake()
|
||||
{
|
||||
m_log.Info("[IRCd ClientStack] Completing Handshake to Region");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user