Skip to content

Commit

Permalink
feat: use in-house queue
Browse files Browse the repository at this point in the history
  • Loading branch information
D4isDAVID authored and ChatDisabled committed Dec 24, 2023
1 parent 5a942a8 commit 3da796c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions qbox-lean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ tasks:
ref: main
src: https://github.com/qbox-project/mhacking

- action: download_github
dest: ./resources/[standalone]/connectqueue
ref: master
src: https://github.com/qbox-project/connectqueue

- action: waste_time # prevent github throttling
seconds: 10

Expand Down
5 changes: 0 additions & 5 deletions qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ tasks:
ref: main
src: https://github.com/qbox-project/mhacking

- action: download_github
dest: ./resources/[standalone]/connectqueue
ref: master
src: https://github.com/qbox-project/connectqueue

- action: waste_time # prevent github throttling
seconds: 10

Expand Down
1 change: 1 addition & 0 deletions server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ setr voice_enableRadioAnim 1
# Qbox locale config
setr qb_locale "en"
setr qbx:enablebridge "true" # Enables / Disable QBCore bridge for qbx_core
set qbx:enablequeue "true" # Enables / disables qbx_core's built-in queue system
set qbx:bucketlockdownmode "inactive" # Sets the lockdown mode as inactive read here: https://docs.fivem.net/natives/?_0xA0F2201F
set qbx:discordlink "discord.gg/qbox" # Sets the servers discord link

Expand Down

0 comments on commit 3da796c

Please sign in to comment.