1
This commit is contained in:
parent
ac3dc19252
commit
06659136e7
@ -507,7 +507,7 @@ void Bullet::Check(float distance)
|
||||
if (!result.objects.empty() ||
|
||||
#if 1
|
||||
// 999
|
||||
(distance > gun_meta->range()) ||
|
||||
(fly_distance < 0.00001f && distance > gun_meta->range()) ||
|
||||
#else
|
||||
(!IsBomb() && distance > gun_meta->range()) ||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user