This code is like opening up a cereal box and finding more and more useless bits of plastic each time you open the same box.

This commit is contained in:
Lucas Nicodemus 2011-07-13 22:42:26 -06:00
parent bddca1bc73
commit eba1714644
3 changed files with 7 additions and 7 deletions

View file

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