Skip to content

Commit

Permalink
chore: esx_uteknark1\fxmanifest.lua sort the code in fxmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jul 6, 2024
1 parent 2d38bc7 commit f6eabfe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server-data/resources/[esx_addons]/esx_uteknark1/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ lua54("yes")
version("1.0.1")
description("ESX UteKnark by DemmyDemon - bitpredator rebuild")

dependencies({
"es_extended",
"mysql-async",
})

shared_scripts({
"@es_extended/locale.lua",
"locales/*.lua",
Expand All @@ -26,3 +21,8 @@ server_scripts({
"@mysql-async/lib/MySQL.lua",
"sv_uteknark.lua",
})

dependencies({
"es_extended",
"mysql-async",
})

0 comments on commit f6eabfe

Please sign in to comment.