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

Abort menu loop when disconnected.

parent 72c7a34a
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -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