Skip to content

Commit

Permalink
fix(client/config): adjust to match ox_lib (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm authored Oct 24, 2024
1 parent 185727d commit bf226dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/client.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
statusIntervalSeconds = 5, -- how often to check hunger/thirst status to remove health if 0.
loadingModelsTimeout = 10000, -- Waiting time for ox_lib to load the models before throws an error, for low specs pc
loadingModelsTimeout = 30000, -- Waiting time for ox_lib to load the models before throws an error, for low specs pc

pauseMapText = 'Powered by Qbox', -- Text shown above the map when ESC is pressed. If left empty 'FiveM' will appear

Expand Down

0 comments on commit bf226dc

Please sign in to comment.