diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 054504912..aa7711d7f 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -2635,6 +2635,9 @@ static void Command_Map_f(void) } } + if (grandprixinfo.gp) + ischeating = true; + if (ischeating && !usingcheats) { CONS_Printf(M_GetText("Cheats must be enabled.\n"));