mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-25 22:10:59 +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, ";"))
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue