Added a way to auto join the queue for new players#226
Open
Zignixx wants to merge 1 commit intoB3none:masterfrom
Open
Added a way to auto join the queue for new players#226Zignixx wants to merge 1 commit intoB3none:masterfrom
Zignixx wants to merge 1 commit intoB3none:masterfrom
Conversation
Owner
|
Please put this change behind a feature flag (defaulted to false) for people to test once they are ready |
Open
Contributor
|
@Zignixx can we expect these changes? It would even be interesting to have support for moving players with privileges to the top of the queue. That is, if there are already players in the queue but an admin/VIP connects, they go first, and if other players with privileges connect, they always stay at the top of the queue, but respecting the connection order if everyone has privileges. @B3none it would be a csgo-retakes-vip-queue module like it was for CSGO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request improves how new players are added to the queue system when they fully connect to the server. The main change ensures that players are properly queued and the game state is updated accordingly, especially for the first player joining.