mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-15 06:40:51 +00:00
Fix major bruh
This commit is contained in:
parent
da6c159012
commit
680d802d10
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue