Skip to content
Snippets Groups Projects
Commit 3a7862b2 authored by rswindell's avatar rswindell
Browse files

Don't disconnect/exit if bbs.logoff() didn't hangup the user (and re-draw menu)

parent 3e388d8a
No related branches found
No related tags found
No related merge requests found
...@@ -840,7 +840,7 @@ while(bbs.online) { ...@@ -840,7 +840,7 @@ while(bbs.online) {
if(!extra_select) { if(!extra_select) {
console.clear(LIGHTGRAY); console.clear(LIGHTGRAY);
bbs.logoff(/* prompt? */false); bbs.logoff(/* prompt? */false);
exit(1); draw_main(true);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment