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

Add missing sync call before xferinfo menu prompt.

parent 3686f33c
Branches
Tags
No related merge requests found
......@@ -289,8 +289,7 @@ function file_info()
while(1) {
if(!(user.settings & USER_EXPERT))
bbs.menu("xferinfo");
// async
bbs.nodesync();
console.print("\r\n\x01y\x01hInfo: \x01n");
key=console.getkeys("?TYDUQ\r");
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