- fixed icorrect validation of give ccmd

Fixes #379
This commit is contained in:
Christoph Oelckers 2020-09-08 16:18:05 +02:00
parent 29d990991b
commit d1f1bf2ae1

View file

@ -176,6 +176,7 @@ CCMD(give)
if (found == -1)
{
Printf("Unable to give %s\n", argv[1]);
return;
}
if (!CheckCheatmode(true, true))
{