mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-02 18:14:26 +00:00
Do not pull players by gravgun
This commit is contained in:
parent
3352274961
commit
9c3481678f
@ -311,7 +311,9 @@ public:
|
||||
float m_flNextChatTime;
|
||||
virtual float TouchGravGun( CBaseEntity *attacker, int stage )
|
||||
{
|
||||
return 700;
|
||||
if( stage == 3 )
|
||||
return 200;
|
||||
return 0;
|
||||
}
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user