mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
try another way
This commit is contained in:
@@ -12700,6 +12700,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
private bool HandleUseCircuitCode(IClientAPI sender, Packet Pack)
|
||||
{
|
||||
/*
|
||||
UseCircuitCodePacket uccp = (UseCircuitCodePacket)Pack;
|
||||
if(uccp.CircuitCode.ID == m_agentId &&
|
||||
uccp.CircuitCode.SessionID == m_sessionId &&
|
||||
@@ -12708,8 +12709,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
!((ScenePresence)SceneAgent).IsDeleted
|
||||
)
|
||||
SendRegionHandshake(); // possible someone returning
|
||||
|
||||
*/
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
private bool HandleCreateNewOutfitAttachments(IClientAPI sender, Packet Pack)
|
||||
|
||||
@@ -1725,7 +1725,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
if (client != null)
|
||||
{
|
||||
client.SendRegionHandshake();
|
||||
if(aCircuit.teleportFlags <= 0)
|
||||
client.SendRegionHandshake();
|
||||
client.CheckViewerCaps();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user