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;
|
||||
}
|
||||
|
||||
if (CheckRangePermission(tsplr, (int)args.Position.X, (int)args.Position.Y))
|
||||
if (CheckRangePermission(tsplr, args.Chest.x, args.Chest.y))
|
||||
{
|
||||
args.Handled = true;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue