Skip to content

Commit

Permalink
Merge pull request #126 from t0r3tto/main
Browse files Browse the repository at this point in the history
refactor(config): replace cl_config by a shared one (client/server)
  • Loading branch information
GhzGarage authored May 23, 2024
2 parents 5087d12 + 3c04be3 commit ada03aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/cl_config.lua → config.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Zones for Menues
-- Zones for Menus
Config = Config or {}

Config.UseTarget = GetConvar('UseTarget', 'false') == 'true' -- Use qb-target interactions (don't change this, go to your server.cfg and add `setr UseTarget true` to use this and just that from true to false or the other way around)
Expand Down
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ shared_scripts {
'@qb-core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua',
'client/cl_config.lua',
'config.lua',
}

client_scripts {
Expand Down

0 comments on commit ada03aa

Please sign in to comment.