Skip to content

Commit 8c0226f

Browse files
committed
1 parent eb3f70e commit 8c0226f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/game/shared/tf/tf_player_shared.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3427,6 +3427,11 @@ void CTFPlayerShared::ConditionThink( void )
34273427
#endif
34283428
}
34293429
}
3430+
else
3431+
{
3432+
// RocketPack not found, may have been unequipped, or we may be a Medic who inherited the cond
3433+
RemoveCond(TF_COND_ROCKETPACK);
3434+
}
34303435
}
34313436
}
34323437
#else

0 commit comments

Comments
 (0)