date-time todo comment

This commit is contained in:
Sally Coolatta 2022-06-10 18:34:17 -04:00 committed by toaster
parent d6e2410cbb
commit 281004bb85

View file

@ -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;