diff options
author | UbitUmarov | 2019-03-31 20:31:35 +0100 |
---|---|---|
committer | UbitUmarov | 2019-03-31 20:31:35 +0100 |
commit | 9650cb87083ed40a55f5fc54c129e9ec18c93f46 (patch) | |
tree | 9dca15a4bf606b885addc5fa6787e72ee00545ba | |
parent | a few more changes on initial data sending (diff) | |
download | opensim-SC-9650cb87083ed40a55f5fc54c129e9ec18c93f46.zip opensim-SC-9650cb87083ed40a55f5fc54c129e9ec18c93f46.tar.gz opensim-SC-9650cb87083ed40a55f5fc54c129e9ec18c93f46.tar.bz2 opensim-SC-9650cb87083ed40a55f5fc54c129e9ec18c93f46.tar.xz |
remove a potencially dang. lock
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 2f26320..0687da4 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -4004,7 +4004,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
4004 | if((flags & 0x1000) == 0) // wait for seeds sending | 4004 | if((flags & 0x1000) == 0) // wait for seeds sending |
4005 | return; | 4005 | return; |
4006 | 4006 | ||
4007 | lock (m_completeMovementLock) | 4007 | // lock (m_completeMovementLock) |
4008 | { | 4008 | { |
4009 | if(!NeedInitialData) | 4009 | if(!NeedInitialData) |
4010 | return; | 4010 | return; |