Skip to content

Commit

Permalink
Update server/main.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Manason <[email protected]>
  • Loading branch information
mafewtm and Manason authored Dec 15, 2023
1 parent 39818a1 commit 640ab41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local function createEntity(query)
query.citizenId,
query.model,
joaat(query.model),
json.encode(query.mods) or nil,
query.mods and json.encode(query.mods) or nil,
query.plate,
query.state or 0
})
Expand Down

0 comments on commit 640ab41

Please sign in to comment.