try another way

This commit is contained in:
UbitUmarov
2019-03-27 07:32:06 +00:00
parent dad533fe1c
commit 5663e2c0c8
3 changed files with 6 additions and 2 deletions

View File

@@ -1725,7 +1725,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (client != null)
{
client.SendRegionHandshake();
if(aCircuit.teleportFlags <= 0)
client.SendRegionHandshake();
client.CheckViewerCaps();
}
}