In tourney rooms, send a message in the chat when the ready status changes.
This commit is contained in:
@@ -14,3 +14,8 @@ def handle(userToken, _):
|
||||
slotID = match.getUserSlotID(userID)
|
||||
if slotID is not None:
|
||||
match.toggleSlotReady(slotID)
|
||||
|
||||
# If this is a tournament match, we should send the current status of ready
|
||||
# players.
|
||||
if match.isTourney:
|
||||
match.sendReadyStatus(match)
|
||||
|
Reference in New Issue
Block a user