Fix missleading console message.

Reported by @m-x-d, closes #402.
This commit is contained in:
Yamagi Burmeister 2019-05-30 11:13:22 +02:00
parent 8e779bfb87
commit 1668f5950e

View file

@ -1355,7 +1355,7 @@ Info_SetValueForKey(char *s, char *key, char *value)
if (strstr(key, ";"))
{
Com_Printf("Can't use keys or values with a semicolon\n");
Com_Printf("Can't use keys with a semicolon\n");
return;
}