mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Merge pull request #1809 from ASTROWwwW/fix/esx-lib-resource-name
fix(esx_lib): load imports from the correct resource name
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---@diagnostic disable: lowercase-global
|
---@diagnostic disable: lowercase-global
|
||||||
xLib = setmetatable({
|
xLib = setmetatable({
|
||||||
name = 'xLib',
|
name = 'esx_lib',
|
||||||
side = IsDuplicityVersion() and 'server' or 'client'
|
side = IsDuplicityVersion() and 'server' or 'client'
|
||||||
}, {
|
}, {
|
||||||
__newindex = function(self, key, fn)
|
__newindex = function(self, key, fn)
|
||||||
|
|||||||
Reference in New Issue
Block a user