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

This commit is contained in:
2025-12-01 19:49:04 +01:00
parent 0037820905
commit 6847d580b9
5 changed files with 15 additions and 4 deletions

View File

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