Questie

Questie

116M Downloads

Cleanup bandaid to work around possible race condition

BreakBB opened this issue ยท 0 comments

commented

if (not objective.Update) then
-- TODO: This is a dirty band aid, to hide Lua errors to the users.
-- Some reports suggest there might be a race condition for SpecialObjectives so they don't get the fields used in here
-- before PopulateObjective is called.
return
end