mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(fxmanifest): disable unused script paths
Yet to be used; recent fxserver change shows warnings for these.
This commit is contained in:
@@ -34,7 +34,7 @@ shared_script 'resource/init.lua'
|
||||
|
||||
shared_scripts {
|
||||
'resource/**/shared.lua',
|
||||
'resource/**/shared/*.lua'
|
||||
-- 'resource/**/shared/*.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
@@ -49,6 +49,6 @@ client_scripts {
|
||||
server_scripts {
|
||||
'imports/callback/server.lua',
|
||||
'resource/**/server.lua',
|
||||
'resource/**/server/*.lua'
|
||||
-- 'resource/**/server/*.lua'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user