From: Martin Taibr Date: Wed, 12 Feb 2020 10:21:39 +0000 (+0100) Subject: s/Version:/Engine version:/ X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=53bf5946e562303dc6f755293902dfbbd8a9198f;p=xonotic%2Fdarkplaces.git s/Version:/Engine version:/ --- 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)