mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Print recipt after using dumprrautomedaltimes
Give the user some feedback and let them know where the csv is located.
This commit is contained in:
parent
481e80e39f
commit
67b72a1c44
1 changed files with 1 additions and 0 deletions
|
|
@ -9499,6 +9499,7 @@ void Command_dumprrautomedaltimes(void)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
fclose(out);
|
fclose(out);
|
||||||
|
CONS_Printf("Medal times written to %s\n", outname);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Command_Platinums(void)
|
void Command_Platinums(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue