Closed xhorntail closed 3 months ago
Describe the bug All translation files have a duplicate index at: info.on_duty. This breaks the ability to take a job, as the info.off_duty is called and not found. Translations probably shouldn't default to returning nil on improper schema..
info.on_duty
info.off_duty
To Reproduce Steps to reproduce the behavior:
fixed in https://github.com/qbcore-framework/qb-taxijob/commit/03434e85eed20e9d1a09cebfc9443e51d2700f94
This issue has had 60 days of inactivity & will close within 7 days
Describe the bug All translation files have a duplicate index at:
info.on_duty
. This breaks the ability to take a job, as theinfo.off_duty
is called and not found. Translations probably shouldn't default to returning nil on improper schema..To Reproduce Steps to reproduce the behavior: