mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 00:01:20 +00:00
06ac429353
CreateJob wrote the caller's skin table straight into ESX.Jobs while the row got the encoded string. setJob then ran json.decode over a table and died with "bad argument #1 to 'json.decode' (string expected, got table)". A restart appeared to repair the job, because the grade came back from the database as a string. Cache the same value that goes into the row.