corrected chest protection

This commit is contained in:
Justin 2011-12-29 01:18:24 -07:00
parent bbf1818512
commit 6a8e80516b

View file

@ -1128,7 +1128,7 @@ namespace TShockAPI
if (TShock.CheckTilePermission(args.Player, x, y) && TShock.Config.RegionProtectChests)
{
return false;
return true;
}
return false;