From de4a40dcef4fd11b24b53a5fceb0146d59dad9e3 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Mon, 23 Jan 2017 10:45:44 +0100 Subject: [PATCH] FIRE-20765: Recompile scripts not working on OpenSim --- indra/newview/llcompilequeue.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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;