diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs b/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs index b50c184..20ff07a 100644 --- a/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs +++ b/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs | |||
@@ -194,8 +194,8 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase | |||
194 | { | 194 | { |
195 | if (LUQueue.Count == 0) | 195 | if (LUQueue.Count == 0) |
196 | Thread.Sleep(scriptLoadUnloadThread_IdleSleepms); | 196 | Thread.Sleep(scriptLoadUnloadThread_IdleSleepms); |
197 | if (PleaseShutdown) | 197 | //if (PleaseShutdown) |
198 | return; | 198 | // return; |
199 | if (LUQueue.Count > 0) | 199 | if (LUQueue.Count > 0) |
200 | { | 200 | { |
201 | LUStruct item = LUQueue.Dequeue(); | 201 | LUStruct item = LUQueue.Dequeue(); |