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

Add missing sync call before xferinfo menu prompt.

parent fd6ae571
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -289,8 +289,7 @@ function file_info() ...@@ -289,8 +289,7 @@ function file_info()
while(1) { while(1) {
if(!(user.settings & USER_EXPERT)) if(!(user.settings & USER_EXPERT))
bbs.menu("xferinfo"); bbs.menu("xferinfo");
bbs.nodesync();
// async
console.print("\r\n\x01y\x01hInfo: \x01n"); console.print("\r\n\x01y\x01hInfo: \x01n");
key=console.getkeys("?TYDUQ\r"); key=console.getkeys("?TYDUQ\r");
bbs.log_key(key); bbs.log_key(key);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment