- quote argument for sending cheats from the chat editor.

This commit is contained in:
Christoph Oelckers 2021-07-25 12:48:27 +02:00
parent c69efe5817
commit 5c5799c21f

View file

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