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

feat(OverwritePlayerDeck): add new api call wrapper for dunga dunga #14

Conversation

CaseyMichael
Copy link
Contributor

No description provided.

@CaseyMichael CaseyMichael requested a review from 4Ply January 6, 2024 23:01
@CaseyMichael CaseyMichael force-pushed the 4-citadel-support-modification-of-players-deck-whilst-in-lobby-server branch from 3ba2274 to e0ed28a Compare January 6, 2024 23:04
val queryParams: MultiValueMap = mutableMapOf(
"player" to listOf(player),
"deckId" to listOf(deckId),
"server" to listOf(InetAddress.getLocalHost().hostName)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

just want to call out this, was a bit strange but the server value is required to create a card but I didn't really see where that was being passed in from any other commands so I just defaulted it to the localhost hostname for now

@CaseyMichael CaseyMichael merged commit ac7bc5c into main Jan 9, 2024
4 checks passed
@4Ply 4Ply deleted the 4-citadel-support-modification-of-players-deck-whilst-in-lobby-server branch June 9, 2024 19:44
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.

1 participant