mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed #91 crash after round end
This commit is contained in:
parent
b92cce88f2
commit
4f3a53ca53
6 changed files with 15 additions and 18 deletions
|
|
@ -180,7 +180,7 @@ function (ProtocolHelper, GameController, User, Nc, Settings, DomController) {
|
|||
};
|
||||
|
||||
Networker.prototype.onEndRound = function() {
|
||||
this.gameController.toggleInfo(true);
|
||||
this.gameController.toggleGameStats(true);
|
||||
};
|
||||
|
||||
return Networker;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue