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:
parent
bddca1bc73
commit
eba1714644
3 changed files with 7 additions and 7 deletions
|
|
@ -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)))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue