mirror of
https://github.com/opensim/opensim.git
synced 2026-06-11 22:55:48 +08:00
cleanup
This commit is contained in:
@@ -69,7 +69,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
#region Declares
|
||||
|
||||
private Thread scriptLoadUnloadThread;
|
||||
private static Thread staticScriptLoadUnloadThread;
|
||||
private static Thread staticScriptLoadUnloadThread = null;
|
||||
private Queue<LUStruct> LUQueue = new Queue<LUStruct>();
|
||||
private static bool PrivateThread;
|
||||
private int LoadUnloadMaxQueueSize;
|
||||
|
||||
Reference in New Issue
Block a user