Fixed region detection

This commit is contained in:
Lucas Nicodemus 2011-07-16 02:34:16 -06:00
parent a8d8dbf31d
commit acc5784d16
3 changed files with 4 additions and 3 deletions

View file

@ -51,8 +51,8 @@ namespace TShockAPI.DB
"CREATE TABLE IF NOT EXISTS Regions (X1 INT(11), Y1 INT(11), height INT(11), width INT(11), RegionName VARCHAR(255) PRIMARY, WorldID VARCHAR(255), UserIds VARCHAR(255), Protected INT(1));";
com.ExecuteNonQuery();
ReloadAllRegions();
}
ReloadAllRegions();
}
public void ReloadAllRegions()