diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index f7e6c5d2..6008da18 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -1644,7 +1644,7 @@ namespace TShockAPI return; } - if ((player.State < (int)ConnectionState.Complete || player.Dead) && (int)type > 12 && (int)type != 16 && (int)type != 42 && (int)type != 50 && + if ((player.State < (int)ConnectionState.Complete) && (int)type > 12 && (int)type != 16 && (int)type != 42 && (int)type != 50 && (int)type != 38 && (int)type != 21 && (int)type != 22 && type != PacketTypes.SyncLoadout) { e.Handled = true;