fixed #40. copy/pasted too much code...

This commit is contained in:
R. Aidan Campbell 2016-04-16 16:53:57 -04:00
parent 1f3a1cbaa9
commit c16ef908c9

View File

@ -256,7 +256,7 @@ function startSelectedGame() {
return; return;
} }
var appID = $("#selectHost").val(); // app that the user wants to play var appID = $("#selectGame").val(); // app that the user wants to play
// refresh the server info, because the user might have quit the game. // refresh the server info, because the user might have quit the game.
api.refreshServerInfo().then(function (ret) { api.refreshServerInfo().then(function (ret) {