Merge pull request #318 from middas/general-devel
Successful fix is successful. Thanks.
This commit is contained in:
commit
f375886caf
1 changed files with 1 additions and 1 deletions
|
|
@ -1131,7 +1131,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