You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TimedGrenadeProjectile::SpawnActive has a timeOverride parameter with the default value of -1
However, there is no check for -1 when setting the target time of the grenade.
Passing a value of -1 should not modify the fuse time.
TimedGrenadeProjectile::SpawnActivehas atimeOverrideparameter with the default value of-1However, there is no check for
-1when setting the target time of the grenade.Passing a value of
-1should not modify the fuse time.