This commit is contained in:
CoffeeKat
2023-11-01 05:08:02 +11:00
committed by GitHub
parent 8f1483ead8
commit e207af92a1
39 changed files with 59 additions and 59 deletions

View File

@@ -75,7 +75,7 @@ PROCESSING_SUBSYSTEM_DEF(station)
continue
report += "[trait.get_report()]<BR><hr>"
addtimer(CALLBACK(GLOBAL_PROC, PROC_REF(print_command_report), report, "Central Command Divergency Report", FALSE), rand(REPORT_WAIT_TIME_MINIMUM, REPORT_WAIT_TIME_MAXIMUM))
addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(print_command_report), report, "Central Command Divergency Report", FALSE), rand(REPORT_WAIT_TIME_MINIMUM, REPORT_WAIT_TIME_MAXIMUM))
#undef REPORT_WAIT_TIME_MINIMUM
#undef REPORT_WAIT_TIME_MAXIMUM