Half-Life: Fixed ITEM_SUIT. This should not have happened. Sorry.
This commit is contained in:
parent
5956041ef7
commit
492cdfe8c5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class item_suit:CBaseTrigger
|
|||
|
||||
void item_suit::touch(void)
|
||||
{
|
||||
if (other.classname == "player") {
|
||||
if (other.classname != "player") {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue