corrected chest protection
This commit is contained in:
parent
bbf1818512
commit
6a8e80516b
1 changed files with 1 additions and 1 deletions
|
|
@ -1128,7 +1128,7 @@ namespace TShockAPI
|
|||
|
||||
if (TShock.CheckTilePermission(args.Player, x, y) && TShock.Config.RegionProtectChests)
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue