Debug stuff

This commit is contained in:
Lucas Nicodemus 2011-07-16 02:12:51 -06:00
parent bce7b03e30
commit a8d8dbf31d
3 changed files with 15 additions and 6 deletions

View file

@ -288,10 +288,6 @@ namespace TShockAPI
args.Player.SendTileSquare(x, y);
return true;
}
if (TShock.Regions.InArea(x, y))
{
args.Player.SendMessage("Tick");
}
if (TShock.Config.DisableBuild)
{
if (!args.Player.Group.HasPermission("editspawn"))