mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 03:01:31 +00:00
fix: correct file path for wrapper.lua
This commit is contained in:
@@ -42,7 +42,7 @@ server_scripts {
|
||||
client_scripts {
|
||||
'client/common.lua',
|
||||
'client/functions.lua',
|
||||
'client/wrapper.lua',
|
||||
'client/modules/wrapper.lua',
|
||||
'client/modules/callback.lua',
|
||||
'client/modules/adjustments.lua',
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ version '1.10.10'
|
||||
|
||||
client_scripts {
|
||||
'@es_extended/imports.lua',
|
||||
'@es_extended/client/wrapper.lua',
|
||||
'@es_extended/client/modules/wrapper.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ version '1.10.10'
|
||||
|
||||
client_scripts {
|
||||
'@es_extended/imports.lua',
|
||||
'@es_extended/client/wrapper.lua',
|
||||
'@es_extended/client/modules/wrapper.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user