FIRE-20765: Recompile scripts not working on OpenSim

Ansariel 2017-01-23 10:45:44 +01:00
parent fc9874f00d
commit de4a40dcef
1 changed files with 7 additions and 1 deletions

View File

@ -659,8 +659,14 @@ bool LLFloaterCompileQueue::startQueue()
LLCoreHttpUtil::HttpCoroutineAdapter::callbackHttpGet(lookup_url,
success, failure);
return TRUE;
return true;
}
// <FS:Ansariel> FIRE-20765: Recompile scripts not working on OpenSim
else
{
processExperienceIdResults(LLSD(), getKey().asUUID());
}
// </FS:Ansariel>
}
return true;