Fix exception when stopping a game

This commit is contained in:
Cameron Gutman 2016-10-28 14:02:05 -07:00
parent 10a3f9af0e
commit 6e9de371d7

View File

@ -444,7 +444,7 @@ NvHTTP.prototype = {
// Refresh server info after quitting because it may silently fail if the
// session belongs to a different client.
// TODO: We should probably bubble this up to our caller.
.then(refreshServerInfo().bind(this));
.then(this.refreshServerInfo());
},
pair: function(randomNumber) {