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() { ...@@ -438,7 +438,7 @@ function lobby() {
return false; return false;
} }
while(1) { 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) if(!num)
break; break;
if(data.games[num]) { 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