timming issues on fast tp back to same region on new code

This commit is contained in:
UbitUmarov
2019-03-27 02:04:11 +00:00
parent 5035de053a
commit 83fd05f131
2 changed files with 6 additions and 4 deletions

View File

@@ -6797,7 +6797,12 @@ namespace OpenSim.Region.Framework.Scenes
}
else
{
GodController.HasMovedAway();
lock (m_completeMovementLock)
{
GodController.HasMovedAway();
SentInitialData = false;
}
List<ScenePresence> allpresences = m_scene.GetScenePresences();
foreach (ScenePresence p in allpresences)
{