Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Askaholic committed May 2, 2019
1 parent d1eaa5c commit df0704c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions server/team_matchmaking_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,3 @@ def remove_disbanded_parties(self):
def on_player_disconnected(self, player):
if player in self.player_parties:
self.leave_party(player)


# - accept group invite: client->server
# - invite to group: client->server
# - kick from group: client->server
# - leave group: client->server
#
# - group update: server->client
#
#
#
# TODO: check if player not in game/hosting/joining when entering queue, then set as in queue
# TODO: if player single then auto create party on joing queue
#
#

0 comments on commit df0704c

Please sign in to comment.