Skip to content

Commit

Permalink
chore: [esx_addons]\* 🎨 Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Sep 15, 2024
1 parent b0c5c42 commit 636526b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ game("gta5")
author("bitpredator")
description("Allows resources to store account data, such as society funds")
lua54("yes")
version("1.0.1")
version("1.0.2")

server_scripts({
"@es_extended/imports.lua",
"@oxmysql/lib/MySQL.lua",
"server/classes/addonaccount.lua",
"server/main.lua",
"@es_extended/imports.lua",
"@oxmysql/lib/MySQL.lua",
"server/classes/addonaccount.lua",
"server/main.lua",
})

server_exports({
"GetSharedAccount",
"AddSharedAccount",
"GetSharedAccount",
"AddSharedAccount",
})

dependency("es_extended")
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ game("gta5")
description("Adds a way for resources to store items for players")
lua54("yes")

version("1.0.1")
version("1.0.2")

server_scripts({
"@es_extended/imports.lua",
Expand Down

0 comments on commit 636526b

Please sign in to comment.