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

Display menu/tmessage.* when entering file transfer section, if it exists

This appears to be have been missed in the conversion from Baja

Reported by vela025
parent e07cf256
Branches
Tags
No related merge requests found
...@@ -273,6 +273,7 @@ function main_info() ...@@ -273,6 +273,7 @@ function main_info()
// Prompts for new-file-scan the first time the user enters the file section // Prompts for new-file-scan the first time the user enters the file section
function enter_file_section() function enter_file_section()
{ {
bbs.menu("tmessage", P_NOERROR);
if(bbs.file_cmds > 0) if(bbs.file_cmds > 0)
return; return;
if(!(user.settings & USER_ASK_NSCAN)) if(!(user.settings & USER_ASK_NSCAN))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment