diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 623f7135..a279a591 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -893,7 +893,7 @@ namespace TShockAPI } if ((player.State < 10 || player.Dead) && (int) type > 12 && (int) type != 16 && (int) type != 42 && (int) type != 50 && - (int) type != 38 && (int) type != 5 && (int) type != 21) + (int) type != 38 && (int) type != 21) { e.Handled = true; return;