mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 14:01:28 +00:00
38ed80fed2
With the above way, the condition was always true because (false or true) is true or (nil or true) is true. With this change it is fixed.