Attempting to fix region protection
This commit is contained in:
parent
485bc61fac
commit
741841028e
2 changed files with 3 additions and 3 deletions
|
|
@ -217,7 +217,7 @@ namespace TShockAPI.DB
|
|||
return true;
|
||||
}
|
||||
|
||||
public bool InArea(int x, int y, User user)
|
||||
public bool InArea(int x, int y)
|
||||
{
|
||||
for (int i = 0; i < Regions.Count; i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue