feat(api): BAC-10 Websockets - Kick Users
This commit is contained in:
@@ -73,5 +73,7 @@ function handleTrumpSelection(object) {
|
||||
|
||||
}
|
||||
function handleKickPlayer(playerId) {
|
||||
// TODO needs implementation
|
||||
sendEvent("KickPlayer", {
|
||||
playerId: playerId
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user