Qbox-project / qbx_core

http://qbox-project.github.io
Other
65 stars 136 forks source link

fix(server): error when disabling queue #372

Closed D4isDAVID closed 7 months ago

D4isDAVID commented 7 months ago

Description

Fixes the issue described in https://github.com/Qbox-project/qbx_core/issues/367#issuecomment-1946603716.

Bump ox_lib to a version that includes a fix for returning false from required modules (overextended/ox_lib#502), and return false from queue.lua when it's disabled (events.lua already detects when it returns a falsy value).

Checklist