diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 35ec714f..f7aaf8ae 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -1000,7 +1000,7 @@ namespace TShockAPI return; } - if (player.RequiresPassword/* && type != PacketTypes.PasswordSend*/) + if (player.RequiresPassword && type != PacketTypes.PasswordSend) { e.Handled = true; return;