Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add waiting queue to Retakes_OnPostRoundEnqueue #135

Merged
merged 3 commits into from
Jan 14, 2018
Merged

Add waiting queue to Retakes_OnPostRoundEnqueue #135

merged 3 commits into from
Jan 14, 2018

Conversation

Headline
Copy link
Contributor

External plugins can now see (and edit if they'd like), the waiting queue after adjustments have been made.

* @noreturn
*/
forward void Retakes_OnPostRoundEnqueue(Handle rankingQueue);
forward void Retakes_OnPostRoundEnqueue(Handle rankingQueue, Handle waitingQueue);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on https://github.com/splewis/csgo-retakes/blob/master/scripting/retakes.sp#L222
the comment for waitingQueue should reference include/queue.inc

@Headline
Copy link
Contributor Author

Good catch. If there's anything else I missed let me know.

@Headline
Copy link
Contributor Author

Is this ready for you?

@splewis splewis merged commit 67f3546 into splewis:master Jan 14, 2018
@splewis
Copy link
Owner

splewis commented Jan 14, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants