Skip to content

Commit

Permalink
refactor(server/mysql): silent error on improper configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Aug 31, 2024
1 parent 3978cac commit 9127e81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/mysql/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Citizen.CreateThreadNow(function()
playerColumn = 'citizenid'
vehicleTable = 'player_vehicles'
vehicleColumn = 'id'
else
return
end

for k, v in pairs(Query) do
Expand Down

0 comments on commit 9127e81

Please sign in to comment.