Banner
Sort Jobs by Heat
Thumbnail
Downloads398
Views2,588
Publish Date3 years ago
Last Updated3 years ago
Version1
Members
Avatar

this mod crash with the new update, please fix

Avatar

in contractbrokergui.lua on line 8 replace the function by this one :

function ContractBrokerGui.perform_filter_heat(job_data, job_id)
    local job_heat = managers.job:get_job_heat(job_id) or 0
    return (job_heat < -15 or job_heat > 15)
    --return managers.job:heat_to_experience_multiplier(managers.job:get_job_heat(job_id)) ~= 1
end
47 953