mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
remove queue build and set queue to 250
This commit is contained in:
1
containers/.github/workflows/build.yml
vendored
1
containers/.github/workflows/build.yml
vendored
@@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'queue'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
pull_request:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user