Quick fix.

This commit is contained in:
Kremu
2025-10-25 12:27:47 +02:00
committed by GitHub
parent bd30d9f744
commit 54a532baaf
+2 -2
View File
@@ -82,7 +82,7 @@ local function call(self, index, ...)
if not module then
local function method(...)
return exports[index](nil, ...)
return exports[LIB_NAME][index](nil, ...)
end
if not ... then
@@ -115,4 +115,4 @@ local xLib = setmetatable({
-- Allows to xLib to be accessible in resource that imports a lib
_ENV.xLib = xLib
_ENV.require = xLib.require
_ENV.require = xLib.require