diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 40e2c355..022421ab 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -978,7 +978,7 @@ namespace TShockAPI short type = args.Type; int index = args.Index; - if (index > Main.maxProjectiles || index < 0) + if (index > Main.maxProjectiles) { args.Player.RemoveProjectile(ident, owner); args.Handled = true;