Skip to content

Commit

Permalink
fix(server/qb): save item image as a string
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Mar 10, 2023
1 parent 2fee564 commit c70341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/items/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ CreateThread(function()
thirst = %s,
stress = %s
},
image = %s,
image = '%s',
}
},
]]
Expand Down

0 comments on commit c70341b

Please sign in to comment.