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