forgot to remove this print

This commit is contained in:
Latapostrophe 2019-02-15 03:12:08 +01:00 committed by wolfy852
parent 6054901c62
commit 3349b9b196

View file

@ -4358,7 +4358,6 @@ FILESTAMP
playerpingtable[i] = (tic_t)netbuffer->u.pingtable[i];
servermaxping = (tic_t)netbuffer->u.pingtable[i++];
CONS_Printf("got server maxping: %d\n", servermaxping);
}
break;