I promise this sort of fixes some of the issues!
This commit is contained in:
parent
5a7f5414cd
commit
940341e7bb
2 changed files with 3 additions and 3 deletions
|
|
@ -1263,7 +1263,7 @@ namespace TShockAPI
|
|||
return true;
|
||||
}
|
||||
|
||||
if (TShock.CheckTilePermission(args.Player, tileX, tileY, tiletype))
|
||||
if (TShock.CheckTilePermission(args.Player, tileX, tileY, tiletype, type))
|
||||
{
|
||||
args.Player.SendTileSquare(tileX, tileY);
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue