mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-19 16:06:02 +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 {
|
shared_scripts {
|
||||||
'resource/**/shared.lua',
|
'resource/**/shared.lua',
|
||||||
'resource/**/shared/*.lua'
|
-- 'resource/**/shared/*.lua'
|
||||||
}
|
}
|
||||||
|
|
||||||
client_scripts {
|
client_scripts {
|
||||||
@@ -49,6 +49,6 @@ client_scripts {
|
|||||||
server_scripts {
|
server_scripts {
|
||||||
'imports/callback/server.lua',
|
'imports/callback/server.lua',
|
||||||
'resource/**/server.lua',
|
'resource/**/server.lua',
|
||||||
'resource/**/server/*.lua'
|
-- 'resource/**/server/*.lua'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user