Commit stacks at the same time as committing overall match score.

This commit is contained in:
Patrick Fairbank
2015-09-26 18:55:14 -07:00
parent 78126ba335
commit 24518b0eda

View File

@@ -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");
};