mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
- The refactor in [Commit4c460e0](4c460e0bd9) introduced stricter type checks (using table.type and array length comparison), which caused empty tables and tables with nil values to be considered unequal. - This commit removes the strict shape checks and restores the original deep equality semantics, ensuring {} == {x=nil}. Signed-off-by: RuksH4n <77233680+rukshanchamindu@users.noreply.github.com>