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

Please test before you commit and a submit merge request.

parent a30b8541
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -125,7 +125,7 @@ function external_program_menu(xsec)
var secnum = xtrn_area.sec_list[xsec].number+1;
var seccode = xtrn_area.sec_list[xsec].code;
if (bbs.menu("xtrn" + secnum + "_head", P_NOERROR) {
if (bbs.menu("xtrn" + secnum + "_head", P_NOERROR)) {
show_header = false;
} else if (bbs.menu("xtrn" + seccode + "_head", P_NOERROR)) {
show_header = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment