Merge pull request #1288 from Patrikkk/general-devel
Fix #1287 | Quickstack to nearby chests issue
This commit is contained in:
commit
6050f23a01
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ namespace TShockAPI
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CheckRangePermission(tsplr, (int)args.Position.X, (int)args.Position.Y))
|
if (CheckRangePermission(tsplr, args.Chest.x, args.Chest.y))
|
||||||
{
|
{
|
||||||
args.Handled = true;
|
args.Handled = true;
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue