mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Commit stacks at the same time as committing overall match score.
This commit is contained in:
@@ -181,6 +181,7 @@ var invalidateStackScore = function() {
|
||||
|
||||
// Sends a websocket message to indicate that the score for this alliance is ready.
|
||||
var commitMatchScore = function() {
|
||||
websocket.send("commit", stacks);
|
||||
websocket.send("commitMatch");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user