From 3b61cba1a762bfeb01bbb5899830d6ec97f5943a Mon Sep 17 00:00:00 2001
From: Sryder <sryder13@gmail.com>
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:
-- 
GitLab