mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- quote argument for sending cheats from the chat editor.
This commit is contained in:
parent
c69efe5817
commit
5c5799c21f
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ static void ShoveChatStr (const char *str, uint8_t who)
|
|||
|
||||
if (*str == '#')
|
||||
{
|
||||
C_DoCommand(FStringf("activatecheat %s", str + 1));
|
||||
C_DoCommand(FStringf("activatecheat \"%s\"", str + 1));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue