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

unbreak chat line

parent 319af1d4
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ function lobby() {
while(1) {
cycle();
var cmd=input.getkey(hotkeys);
if(!cmd)
if(cmd === undefined)
continue;
switch(cmd) {
case KEY_UP:
......@@ -158,7 +158,6 @@ function lobby() {
hotkeys=true;
}
}
if(hotkeys) {
gameList();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment