Merge pull request #1802 from ASTROWwwW/fix/xlib-table-clobber

fix(esx_lib): stop the table module from overwriting the stdlib
This commit is contained in:
_Not_
2026-07-16 23:47:09 -05:00
committed by GitHub
+2 -2
View File
@@ -1,5 +1,5 @@
---@class tablelib ---@class xtable : tablelib
xLib.table = table xLib.table = setmetatable({}, { __index = table })
---@param tbl table ---@param tbl table
---@return boolean ---@return boolean