Merge branch 'master' of github.com:eukara/freehunger

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
This commit is contained in:
Marco Cawthorne 2023-02-12 13:08:09 -08:00
commit 005f818021
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ item_healthkit::Touch(entity eToucher)
if (real_owner || cvar("sv_playerslots") == 1) {
remove(self);
} else {
Hide();
Disappear();
think = Respawn;
nextthink = time + 20.0f;
}