Skip to content

Commit

Permalink
fix: remove unused module
Browse files Browse the repository at this point in the history
Removes the unused and deprecated utils module
  • Loading branch information
mafewtm authored Feb 18, 2024
1 parent 5c2175e commit a78d4fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ description 'qbx_binoculars'
repository 'https://github.com/Qbox-project/qbx_binoculars'
version '1.1.0'

shared_scripts {
'@ox_lib/init.lua',
'@qbx_core/modules/utils.lua',
}
shared_script '@ox_lib/init.lua'

client_scripts {
'@qbx_core/modules/playerdata.lua',
Expand All @@ -18,4 +15,4 @@ client_scripts {
server_script 'server/main.lua'

lua54 'yes'
use_experimental_fxv2_oal 'yes'
use_experimental_fxv2_oal 'yes'

0 comments on commit a78d4fb

Please sign in to comment.