Tweaked around with the region code a lot.

Databases will need to be rebuilt past this build.
This commit is contained in:
Lucas Nicodemus 2011-07-14 01:47:57 -06:00
parent c4efc96303
commit 5b79212b8f
6 changed files with 55 additions and 82 deletions

View file

@ -1443,7 +1443,7 @@ namespace TShockAPI
int.TryParse(args.Parameters[1], out page);
var sb = new StringBuilder();
List<RegionStore> Regions = TShock.Regions.ListAllRegions();
List<Region> Regions = TShock.Regions.ListAllRegions();
if (Regions.Count > (15 * (page - 1)))
{