Attempting to fix region protection

This commit is contained in:
Lucas Nicodemus 2011-07-15 21:26:28 -06:00
parent 485bc61fac
commit 741841028e
2 changed files with 3 additions and 3 deletions

View file

@ -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++)
{