diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 91e3d6e8..3e460013 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -360,7 +360,7 @@ namespace TShockAPI } //make sure the prefix is a legit value - if (prefix > PrefixID.Count) + if (prefix > PrefixID.Count || prefix < 1) { args.Player.SendData(PacketTypes.ItemDrop, "", id); args.Handled = true;