mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
it's a cosmetic thing.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1473 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
9a3b7b3dbe
commit
fb387ad41a
1 changed files with 2 additions and 1 deletions
|
@ -497,7 +497,8 @@ void Cmd_Exec_f (void)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Con_TPrintf (TL_EXECFAILED,name);
|
Con_TPrintf (TL_EXECFAILED,name);
|
||||||
return; }
|
return;
|
||||||
|
}
|
||||||
if (cl_warncmd.value || developer.value)
|
if (cl_warncmd.value || developer.value)
|
||||||
Con_TPrintf (TL_EXECING,name);
|
Con_TPrintf (TL_EXECING,name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue