Fix major bruh

This commit is contained in:
James R 2020-08-16 20:07:14 -07:00
parent da6c159012
commit 680d802d10
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ static void COM_Exec_Thread (struct COM_Exec_Ctx *ctx)
#endif
}
if (! ctx->buf)
if (ctx->buf)
{
if (! ctx->silent)
CONS_Printf(M_GetText("executing %s\n"), ctx->filename);