From 53bf5946e562303dc6f755293902dfbbd8a9198f Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Wed, 12 Feb 2020 11:21:39 +0100 Subject: [PATCH] s/Version:/Engine version:/ --- host_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_cmd.c b/host_cmd.c index a62b0832..51003fc4 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -1362,7 +1362,7 @@ static void Host_Playerskin_f (void) static void Host_Version_f (void) { - Con_Printf("Version: %s build %s\n", gamename, buildstring); + Con_Printf("Engine version: %s build %s\n", gamename, buildstring); } static void Host_Say(qboolean teamonly) -- 2.39.2