mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 04:31:09 +00:00
parent
8e779bfb87
commit
1668f5950e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue