remove queue build and set queue to 250

This commit is contained in:
AngrySoundTech
2022-06-02 14:47:51 -04:00
parent 957b71130d
commit de432576db
2 changed files with 3 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ on:
push:
branches:
- 'master'
- 'queue'
tags:
- 'v*.*.*'
pull_request:

View File

@@ -88,9 +88,9 @@ ALLOWAUTHSKIP: true
JOININGMAINSERVER: "&6Connecting to the server..."
# Max players per queue type allowed on the main server
REGULARSLOTS: 2
PRIORITYSLOTS: 2
VETERANSLOTS: 2
REGULARSLOTS: 250
PRIORITYSLOTS: 250
VETERANSLOTS: 250
# Whether you want to set the main server as your target or just want to have BungeeCord to decide.
FORCEMAINSERVER: false