missing file

0.9.1.0-post-fixes
UbitUmarov 2018-12-28 14:03:52 +00:00
parent 4a73cc81dc
commit 92b7dd27a3
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
if (cmdHandlerThread == null)
{
cmdHandlerThread = WorkManager.StartThread(
CmdHandlerThreadLoop, "AsyncLSLCmdHandlerThread", ThreadPriority.Normal, true, true);
CmdHandlerThreadLoop, "AsyncLSLCmdHandlerThread");
}
}
}