-
Notifications
You must be signed in to change notification settings - Fork 11
Server message to apply player's vetoes #201
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
Conversation
…mons into veto-system-fields
…af-java-commons into veto-system-fields
|
added teamSize to matchmaker queue dto |
|
Your base branch seens not be up-to-date. 15 commits for lines of code indicates that. |
|
doing some changes due to new antirep strategy anyway, so its good that this wanst merged yet |
|
also added matchmakerQueueMapPoolId to VetoData, for better structure and more flexibility in the future |
api/build.gradle.kts
Outdated
| mavenPublishing { | ||
| publishToMavenCentral() | ||
| signAllPublications() | ||
| // signAllPublications() // Commented out for JitPack builds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert
data/build.gradle.kts
Outdated
| mavenPublishing { | ||
| publishToMavenCentral() | ||
| signAllPublications() | ||
| // signAllPublications() // Commented out for JitPack builds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert
lobby/build.gradle.kts
Outdated
| mavenPublishing { | ||
| publishToMavenCentral() | ||
| signAllPublications() | ||
| // signAllPublications() // Commented out for JitPack builds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert
New server message to apply player's vetoes