Skip to content
Snippets Groups Projects
Commit d3c69bf9 authored by Rob Swindell's avatar Rob Swindell 💬
Browse files

Abort menu loop when disconnected.

parent 1c94a24b
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ function on_or_off(on)
// Set continue point for main menu commands
menu:
while(1) {
while(bbs.online && !console.aborted) {
var str="";
// Display TEXT\MENU\CHAT.* if not in expert mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment