Skip to content

Commit

Permalink
chore(modules/lib): fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Dec 7, 2024
1 parent 23bb76e commit 977d8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/lib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ if isServer then
end

--- prevent server from deleting a vehicle without an owner
---@diagnostic disable-next-line: undefined-global
SetEntityOrphanMode(veh, 2)
exports.qbx_core:EnablePersistence(veh)
return netId, veh
Expand Down

0 comments on commit 977d8c1

Please sign in to comment.