mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
Fix typo in ESX.Table.SizeOf assignment in compat.lua
This commit is contained in:
@@ -5,7 +5,7 @@ ESX.Table = {}
|
||||
ESX.SetTimeout = xLib.timeout.setTimeout
|
||||
ESX.ClearTimeout = xLib.timeout.clearTimeout
|
||||
ESX.Await = xLib.waitFor
|
||||
ESX.Table.SizeOf = xLib.table.size
|
||||
ESX.Table.SizeOf = xLib.table.sizeOf
|
||||
ESX.Table.Set = xLib.table.set
|
||||
ESX.Table.IndexOf = xLib.table.indexOf
|
||||
ESX.Table.LastIndexOf = xLib.table.lastIndexOf
|
||||
|
||||
Reference in New Issue
Block a user