tweak(es_extended)L rename common to shared

This commit is contained in:
Kasey FItton
2024-11-08 05:04:50 +00:00
parent 59fd237d21
commit 3ad1c34d02
10 changed files with 7 additions and 7 deletions
+7 -7
View File
@@ -9,18 +9,18 @@ shared_scripts {
'locale.lua',
'locales/*.lua',
'common/config/config.lua',
'common/config/weapons.lua',
'common/config/adjustments.lua',
'shared/config/config.lua',
'shared/config/weapons.lua',
'shared/config/adjustments.lua',
'common/main.lua',
'common/functions.lua',
'common/modules/*.lua',
'shared/main.lua',
'shared/functions.lua',
'shared/modules/*.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'common/config/logs.lua',
'shared/config/logs.lua',
'server/common.lua',
'server/modules/callback.lua',