Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Jan 13, 2024
1 parent 5002ff9 commit 1d6c682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rehlds/engine/cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void Cbuf_Execute(void)
}

// execute the command line
if (len > 0)
if (line[0])
Cmd_ExecuteString(line, src_command);

if (cmd_wait)
Expand Down

0 comments on commit 1d6c682

Please sign in to comment.