From 1bade821dabf35102544b7db69e7689be7daac63 Mon Sep 17 00:00:00 2001 From: Zack Piispanen Date: Sun, 29 Sep 2013 08:26:05 -0400 Subject: [PATCH] Nothing to see here... --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;