mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Don't allow committing score if co-op points don't match.
This commit is contained in:
@@ -20,6 +20,11 @@ var CheesyWebsocket = function(path, events) {
|
||||
}
|
||||
}
|
||||
|
||||
// Insert an event to show a dialog when the server wishes it.
|
||||
events.dialog = function(event) {
|
||||
alert(event.data);
|
||||
}
|
||||
|
||||
// Insert an event to allow the server to force-reload the client for any display.
|
||||
events.reload = function(event) {
|
||||
location.reload();
|
||||
|
||||
Reference in New Issue
Block a user