Tweaked around with the region code a lot.
Databases will need to be rebuilt past this build.
This commit is contained in:
parent
c4efc96303
commit
5b79212b8f
6 changed files with 55 additions and 82 deletions
|
|
@ -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)))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue