feat(api): BAC-10 Websockets - Kick Users (#93)

Reviewed-on: #93
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
This commit is contained in:
2025-12-01 19:50:19 +01:00
committed by Janis
parent 89a6aa22f7
commit 0541bb58d1
4 changed files with 14 additions and 3 deletions

View File

@@ -73,5 +73,7 @@ function handleTrumpSelection(object) {
}
function handleKickPlayer(playerId) {
// TODO needs implementation
sendEvent("KickPlayer", {
playerId: playerId
})
}