Skip to content
Snippets Groups Projects
Commit 8889a9fe authored by mcmlxxix's avatar mcmlxxix
Browse files

fix typo

parent 951b113c
Branches
Tags
No related merge requests found
......@@ -438,7 +438,7 @@ function lobby() {
return false;
}
while(1) {
var num=numberPrompt("Enter game # or Q to cancel: ",false,false);
var num=numberPrompt("Select game # or ENTER cancel: ",false,false);
if(!num)
break;
if(data.games[num]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment