oops RegionHandShakeReply is not reentrant

This commit is contained in:
UbitUmarov
2019-03-31 20:43:32 +01:00
parent 9650cb8708
commit 939aff5c3b

View File

@@ -3994,6 +3994,7 @@ namespace OpenSim.Region.Framework.Scenes
{
if(m_gotRegionHandShake)
return;
m_gotRegionHandShake = true;
NeedInitialData = true;
}
}