2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-27 23:25:45 +03:00

fix build

This commit is contained in:
s1lentq 2024-01-14 00:24:33 +07:00
parent 5002ff9abe
commit 1d6c6826db

View File

@ -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)