diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 1803e5367..2bfad1b4b 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -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;