Now last commit will compile too... The features just keep on coming!

This commit is contained in:
Tedd Hansen
2008-02-22 13:15:01 +00:00
parent a040008cb9
commit 9f7366210a
3 changed files with 12 additions and 6 deletions

View File

@@ -194,8 +194,8 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
{
if (LUQueue.Count == 0)
Thread.Sleep(scriptLoadUnloadThread_IdleSleepms);
if (PleaseShutdown)
return;
//if (PleaseShutdown)
// return;
if (LUQueue.Count > 0)
{
LUStruct item = LUQueue.Dequeue();