- do not activate the inventory when giving all items.

Fixes #45
This commit is contained in:
Christoph Oelckers 2020-07-27 18:02:39 +02:00
parent d177b0cd29
commit 400169ef5e

View file

@ -90,7 +90,6 @@ bool cheatInventory(cheatseq_t *s)
invGet(2400, EVENT_CHEATGETHOLODUKE, ps[myconnectindex].holoduke_amount);
invGet(isRR() ? 600 : 1600, EVENT_CHEATGETJETPACK, ps[myconnectindex].jetpack_amount);
invGet(max_player_health, EVENT_CHEATGETFIRSTAID, ps[myconnectindex].firstaid_amount);
if (ps[myconnectindex].inven_icon == ICON_NONE) C_DoCommand("invnext");
if (s) FTA(120,&ps[myconnectindex]);
return true;
}