Skip to content

Commit

Permalink
Merge pull request #637 from bitpredator/dev
Browse files Browse the repository at this point in the history
🎨 Run formatter
  • Loading branch information
bitpredator authored Feb 6, 2024
2 parents 6073ba4 + 6a13a16 commit 210a994
Show file tree
Hide file tree
Showing 8 changed files with 870 additions and 541 deletions.
16 changes: 8 additions & 8 deletions server-data/resources/[bpt_addons]/bpt_ammujob/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ version("1.0.0")
shared_script("@es_extended/imports.lua")

client_scripts({
"@es_extended/locale.lua",
"locales/*.lua",
"config.lua",
"client/main.lua",
"@es_extended/locale.lua",
"locales/*.lua",
"config.lua",
"client/main.lua",
})

server_scripts({
"@es_extended/locale.lua",
"locales/*.lua",
"config.lua",
"server/main.lua",
"@es_extended/locale.lua",
"locales/*.lua",
"config.lua",
"server/main.lua",
})

dependency("es_extended")
Loading

0 comments on commit 210a994

Please sign in to comment.