Fix pulleys breaking tiles, again. Damn you packet!

This commit is contained in:
Zack Piispanen 2013-10-02 22:16:22 -04:00
parent d91a23eb4c
commit e38a3bc8c8

View file

@ -2237,11 +2237,6 @@ namespace TShockAPI
return true;
}
if (pulley > 2)
{
return true;
}
if (args.Player.LastNetPosition == Vector2.Zero)
{
return true;