Skip to content

Commit

Permalink
chore: 🎨 Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Dec 18, 2024
1 parent 3fc4a23 commit f5971e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
9 changes: 3 additions & 6 deletions server-data/resources/[bpt_addons]/bpt_ammujob/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,11 @@ Config.AuthorizedVehicles = {
car = {
apprentice = {},

gunsmith = {
},
gunsmith = {},

armorychief = {
},
armorychief = {},

deputydirector = {
},
deputydirector = {},

boss = {
{ model = "stockade4", price = 15000 },
Expand Down
18 changes: 9 additions & 9 deletions server-data/resources/[bpt_addons]/bpt_ammujob/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ version("1.0.3")
shared_script("@es_extended/imports.lua")

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

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

0 comments on commit f5971e0

Please sign in to comment.