Skip to content

Commit

Permalink
feat: admin can queue 0<n<7 robots at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
azaleacolburn committed Dec 7, 2024
1 parent 00223e8 commit fc82013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/admin/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
);
const queue_match = () => {
teams = teams.filter((team) => team != '');
socket.emit('send_match', [match_key, team_color]);
match_key = '';
teams = ['', '', '', '', '', ''];
Expand Down

0 comments on commit fc82013

Please sign in to comment.