diff --git a/indra/newview/llcompilequeue.cpp b/indra/newview/llcompilequeue.cpp index 9adc03ee78..d460fb3c4f 100644 --- a/indra/newview/llcompilequeue.cpp +++ b/indra/newview/llcompilequeue.cpp @@ -659,8 +659,14 @@ bool LLFloaterCompileQueue::startQueue() LLCoreHttpUtil::HttpCoroutineAdapter::callbackHttpGet(lookup_url, success, failure); - return TRUE; + return true; } + // FIRE-20765: Recompile scripts not working on OpenSim + else + { + processExperienceIdResults(LLSD(), getKey().asUUID()); + } + // } return true;