mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 23:01:26 +00:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user