mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
- The previous fix (commit df7a6b9) mistakenly left in a table.type
/ #t1 == #t2 check that breaks equality for {} and {x=nil}.
- This removes that leftover check, restoring the intended deep
equality semantics.
Signed-off-by: RuksH4n <77233680+rukshanchamindu@users.noreply.github.com>