mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-08 15:22:07 +00:00
Removed testing stuff.
This commit is contained in:
parent
3c881d8ab0
commit
dc0337a885
1 changed files with 0 additions and 1 deletions
|
@ -434,7 +434,6 @@ int CheckForFlood(char cmdtype)
|
||||||
{
|
{
|
||||||
if (lastmessagetime+5<currenttime)
|
if (lastmessagetime+5<currenttime)
|
||||||
Con_Printf("Blocking type %d flood from (or to) %s\n",cmdtype,NET_AdrToString(net_from));
|
Con_Printf("Blocking type %d flood from (or to) %s\n",cmdtype,NET_AdrToString(net_from));
|
||||||
Con_Printf("%f %f\n",currenttime,floodstatus[cmdtype][i].issued);
|
|
||||||
floodstatus[cmdtype][i].floodcount=0;
|
floodstatus[cmdtype][i].floodcount=0;
|
||||||
floodstatus[cmdtype][i].issued = currenttime;
|
floodstatus[cmdtype][i].issued = currenttime;
|
||||||
floodstatus[cmdtype][i].cmdcount+=1;
|
floodstatus[cmdtype][i].cmdcount+=1;
|
||||||
|
|
Loading…
Reference in a new issue