fix: correct file path for wrapper.lua

This commit is contained in:
Kasey FItton
2024-11-08 07:37:58 +00:00
parent fa7799532f
commit 5943f5764a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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',
+1 -1
View File
@@ -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'
}
+1 -1
View File
@@ -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'
}