Skip to content

Commit

Permalink
chore: [bpt_addons]\bpt_hud 🎨 Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Aug 19, 2024
1 parent ac07ec2 commit 081bcb6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions server-data/resources/[bpt_addons]/bpt_hud/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ fx_version("adamant")
game("gta5")
author("bitpredator")
description("bitpredator HUD")
version("1.0.1")
version("1.0.2")

ui_page("html/ui.html")

shared_script("@es_extended/imports.lua")

files({
"html/*.css",
"html/*.js",
"html/*.png",
"html/ui.html",
"html/*.css",
"html/*.js",
"html/*.png",
"html/ui.html",
})

client_scripts({
"client/*.lua",
"config.lua",
"client/*.lua",
"config.lua",
})

0 comments on commit 081bcb6

Please sign in to comment.