mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
date-time todo comment
This commit is contained in:
parent
d6e2410cbb
commit
281004bb85
1 changed files with 2 additions and 0 deletions
|
|
@ -2140,6 +2140,8 @@ void D_SaveBan(void)
|
|||
else
|
||||
fprintf(f, "%s/%s", address, mask);
|
||||
|
||||
// TODO: it'd be nice to convert this to an actual date-time,
|
||||
// so it'd be easier to edit outside of the game.
|
||||
fprintf(f, " %ld", (long)unbanTime);
|
||||
|
||||
username = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue