From 1aabde7d4f48be6d53359f192d8c7c53e22038e8 Mon Sep 17 00:00:00 2001 From: toaster Date: Fri, 2 Sep 2022 22:18:33 +0100 Subject: [PATCH] Let's not tip our hand too early. (Oversight when minimising boss material) --- src/d_netcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_netcmd.c b/src/d_netcmd.c index cd78e3d19..c1fe80aff 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -5051,7 +5051,7 @@ void Command_Retry_f(void) } else if (grandprixinfo.gp == false && bossinfo.boss == false) { - CONS_Printf(M_GetText("This only works in Grand Prix or Mission Mode.\n")); + CONS_Printf(M_GetText("This only works in singleplayer games.\n")); } else {