mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
BREAKING: feat (shared): Split shared file into multiple files for cleaner and easier config and maintenance.
This is a breaking change.
This commit is contained in:
+6
-1
@@ -6,7 +6,12 @@ version '1.0.0'
|
||||
|
||||
shared_scripts {
|
||||
'config.lua',
|
||||
'shared.lua'
|
||||
'shared/main.lua',
|
||||
'shared/items.lua',
|
||||
'shared/jobs.lua',
|
||||
'shared/vehicles.lua',
|
||||
'shared/gangs.lua',
|
||||
'shared/weapons.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
|
||||
Reference in New Issue
Block a user