From 680d802d10b4dda6bd7ee8b5ecd623fa69468651 Mon Sep 17 00:00:00 2001 From: James R Date: Sun, 16 Aug 2020 20:07:14 -0700 Subject: [PATCH] Fix major bruh --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.c b/src/command.c index b06466f8..96ba8d5e 100644 --- a/src/command.c +++ b/src/command.c @@ -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);