Nothing to see here...

This commit is contained in:
Zack Piispanen 2013-09-29 08:26:05 -04:00
parent 155ed75c99
commit 1bade821da

View file

@ -1000,7 +1000,7 @@ namespace TShockAPI
return; return;
} }
if (player.RequiresPassword/* && type != PacketTypes.PasswordSend*/) if (player.RequiresPassword && type != PacketTypes.PasswordSend)
{ {
e.Handled = true; e.Handled = true;
return; return;