Print recipt after using dumprrautomedaltimes

Give the user some feedback and let them know where the csv is located.
This commit is contained in:
RypoFalem 2025-09-16 22:19:42 -05:00
parent 481e80e39f
commit 67b72a1c44

View file

@ -9499,6 +9499,7 @@ void Command_dumprrautomedaltimes(void)
);
}
fclose(out);
CONS_Printf("Medal times written to %s\n", outname);
}
void Command_Platinums(void)