Attempting to fix UnitTests/RegionManagerTest.orderedtest

This commit is contained in:
Lucas Nicodemus 2011-09-02 23:59:04 -06:00
parent 1547a06ed6
commit 301a6dfadd
2 changed files with 3 additions and 3 deletions

View file

@ -262,7 +262,7 @@ namespace TShockAPI.DB
public bool AddRegion(int tx, int ty, int width, int height, string regionname, string worldid)
{
if (TShock.Regions.GetRegionByName(regionname) != null)
if (GetRegionByName(regionname) != null)
{
return false;
}