Qbox-project / qbx_radialmenu

Deprecated. Use ox_lib radial menu directly
GNU General Public License v3.0
9 stars 30 forks source link

fix(client/main): prevent radial duplication #58

Closed solareon closed 3 months ago

solareon commented 3 months ago

Description

A race condition can occur where setduty and OnJobUpdate happen at the same time causing the radial menu to get duplicated which ox_lib freaks out on. This fixes that and moves the job menu creation to only toggling for duty.

Checklist