From 9a2ec3c0945271d9e78cdc8dca02e33f9c9a635c Mon Sep 17 00:00:00 2001 From: Dabb Date: Sun, 13 Aug 2000 14:59:09 +0000 Subject: [PATCH] %d -> %f in netdosvalues/netdosexpire --- source/sv_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/sv_main.c b/source/sv_main.c index 78f9742..100902f 100644 --- a/source/sv_main.c +++ b/source/sv_main.c @@ -1179,7 +1179,7 @@ void SV_netDoSexpire_f (void) if (Cmd_Argc() == 1) { Con_Printf ("Current DoS prot. expire settings: "); - for (i=0;ivalue) Con_Printf("(disabled)\n"); return; @@ -1211,7 +1211,7 @@ void SV_netDoSvalues_f (void) if (Cmd_Argc() == 1) { Con_Printf ("Current DoS prot. value settings: "); - for (i=0;ivalue) Con_Printf("(disabled)\n"); return;