mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-15 20:20:54 +00:00
parent
29d990991b
commit
d1f1bf2ae1
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ CCMD(give)
|
||||||
if (found == -1)
|
if (found == -1)
|
||||||
{
|
{
|
||||||
Printf("Unable to give %s\n", argv[1]);
|
Printf("Unable to give %s\n", argv[1]);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
if (!CheckCheatmode(true, true))
|
if (!CheckCheatmode(true, true))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue