mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +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
|
||||
xLib.table = table
|
||||
---@class xtable : tablelib
|
||||
xLib.table = setmetatable({}, { __index = table })
|
||||
|
||||
---@param tbl table
|
||||
---@return boolean
|
||||
|
||||
Reference in New Issue
Block a user