Some KillTile prevention thingy

This commit is contained in:
Deathmax 2011-06-05 00:02:56 +08:00
parent b9ff874351
commit d26cd3bd16

View file

@ -364,6 +364,8 @@ namespace TShockAPI
}
}
}
else if (e.MsgID == 0x22) // Client only KillTile
e.Handled = true; // Client only uses it for chests, but sends regular 17 as well.
}
catch (Exception ex)
{