RemoveUserEvent
Message
ts
type RemoveUserEvent = {
type: 'removeUser'
user: RoomUser
}Remarks
Upon receiving, client will:
- Raise a fatal error if
userdoes not exist. - Raise a fatal error if
useris the client. - Set master to
nullif removeduserwas master. - Set lead to
nullif removeduserwas lead. - Remove removed
user's result. - Remove removed
userfrom scoreboard sections.