diff --git a/include/g_local.h b/include/g_local.h index 6b503a65..bddd24b0 100644 --- a/include/g_local.h +++ b/include/g_local.h @@ -82,7 +82,7 @@ #define GIT_COMMIT ("") // keep lines to 38 chars max -#define MOD_RELEASE_QUOTE ("This KTX version is dedicated to the\n2022 November QuakeWorld LAN Parties!\nRadomsko QW Lan, Poland, November 9-13\nQHLAN-22, Stockholm, November 17-20\n") +//#define MOD_RELEASE_QUOTE ("This KTX version is dedicated to the\n2022 November QuakeWorld LAN Parties!\nRadomsko QW Lan, Poland, November 9-13\nQHLAN-22, Stockholm, November 17-20\n") //#define MOD_RELEASE_HASHTAGS ("#COVID19 #StayHomeStaySafe #PlaySomeQW") // qqshka - hmm, seems in C this is macros diff --git a/src/commands.c b/src/commands.c index f302cfa1..fca233a2 100644 --- a/src/commands.c +++ b/src/commands.c @@ -1680,7 +1680,7 @@ void ShowVersion() G_sprint(self, 2, "%s.: %28s\n", redtext("Webpage"), cvar_string("qwm_homepage")); // G_sprint(self, 2, "\n%s\n\n%s\n", MOD_RELEASE_QUOTE, redtext(MOD_RELEASE_HASHTAGS)); - G_sprint(self, 2, "\n%s\n", MOD_RELEASE_QUOTE); +// G_sprint(self, 2, "\n%s\n", MOD_RELEASE_QUOTE); if ((int)cvar("sv_specprint") & SPECPRINT_SPRINT) {