mirror of
https://github.com/rehlds/rehlds.git
synced 2024-12-29 08:05:50 +03:00
fix build
This commit is contained in:
parent
5002ff9abe
commit
1d6c6826db
@ -235,7 +235,7 @@ void Cbuf_Execute(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// execute the command line
|
// execute the command line
|
||||||
if (len > 0)
|
if (line[0])
|
||||||
Cmd_ExecuteString(line, src_command);
|
Cmd_ExecuteString(line, src_command);
|
||||||
|
|
||||||
if (cmd_wait)
|
if (cmd_wait)
|
||||||
|
Loading…
Reference in New Issue
Block a user