Compare commits

...

2 Commits

Author SHA1 Message Date
Marco Cawthorne 005f818021
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.
2023-02-12 13:08:09 -08:00
Xylemon c63102b249 Fixed healthkit check, Hide should now be Disappear 2023-01-17 12:49:50 -08:00
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;
}