From 8ba981a9cb3c376127b24da481e087f8a68db5a1 Mon Sep 17 00:00:00 2001 From: Sryder Date: Mon, 4 Feb 2019 22:02:40 +0000 Subject: [PATCH] The string that got away from my memory --- src/d_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_net.c b/src/d_net.c index 7e16297ba..6702a60a4 100644 --- a/src/d_net.c +++ b/src/d_net.c @@ -904,7 +904,7 @@ static void DebugPrintpacket(const char *header) (UINT32)ExpandTics (netbuffer->u.clientpak.resendfrom)); break; case PT_BASICKEEPALIVE: - fprintf(debugfile, " wipetime\n"); + fprintf(debugfile, " keep alive\n"); break; case PT_TEXTCMD: case PT_TEXTCMD2: