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:
zykem
2026-07-27 16:24:05 +02:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
---@diagnostic disable: lowercase-global
xLib = setmetatable({
name = 'xLib',
name = 'esx_lib',
side = IsDuplicityVersion() and 'server' or 'client'
}, {
__newindex = function(self, key, fn)