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

Abort menu loop when disconnected.

parent 1c94a24b
Branches
Tags
No related merge requests found
...@@ -46,7 +46,7 @@ function on_or_off(on) ...@@ -46,7 +46,7 @@ function on_or_off(on)
// Set continue point for main menu commands // Set continue point for main menu commands
menu: menu:
while(1) { while(bbs.online && !console.aborted) {
var str=""; var str="";
// Display TEXT\MENU\CHAT.* if not in expert mode // 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