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:
commit
005f818021
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ item_healthkit::Touch(entity eToucher)
|
||||||
if (real_owner || cvar("sv_playerslots") == 1) {
|
if (real_owner || cvar("sv_playerslots") == 1) {
|
||||||
remove(self);
|
remove(self);
|
||||||
} else {
|
} else {
|
||||||
Hide();
|
Disappear();
|
||||||
think = Respawn;
|
think = Respawn;
|
||||||
nextthink = time + 20.0f;
|
nextthink = time + 20.0f;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue