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

Populate line 36 (user alias) of door.sys with the current user's handle

Previously, we just always made this a blank line.
parent e8c2e70c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3002 passed
......@@ -426,7 +426,7 @@ void sbbs_t::xtrndat(const char *name, const char *dropdir, uchar type, ulong tl
,node_dir /* 33: Path to MAIN directory */
,data_dir /* 34: Path to GEN directory */
,cfg.sys_op /* 35: Sysop name */
,nulstr /* 36: Alias name */
,useron.handle /* 36: Alias name */
,0 // sys_eventtime/60 /* 37: Event time HH:MM */
,0 // sys_eventtime%60
,'Y'); /* 38: Error correcting connection */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment