Nothing to see here...
This commit is contained in:
parent
155ed75c99
commit
1bade821da
1 changed files with 1 additions and 1 deletions
|
|
@ -1000,7 +1000,7 @@ namespace TShockAPI
|
|||
return;
|
||||
}
|
||||
|
||||
if (player.RequiresPassword/* && type != PacketTypes.PasswordSend*/)
|
||||
if (player.RequiresPassword && type != PacketTypes.PasswordSend)
|
||||
{
|
||||
e.Handled = true;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue