From af726176a5ea371d556d29f0d934824c215cde2d Mon Sep 17 00:00:00 2001 From: hamstar0 Date: Thu, 30 Apr 2020 18:00:03 -0700 Subject: [PATCH] v1.10.1.2 - Typo in tile range getter --- Wormholes/WormholesWorld.cs | 2 +- Wormholes/build.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Wormholes/WormholesWorld.cs b/Wormholes/WormholesWorld.cs index 26b868d..1d88abf 100644 --- a/Wormholes/WormholesWorld.cs +++ b/Wormholes/WormholesWorld.cs @@ -22,7 +22,7 @@ public static (int minTileX, int maxTileX, int minTileY, int maxTileY) GetTileBo int minTileY = (int)Main.worldSurface; int maxTileY = Main.maxTilesY - 220; - if( Main.maxTilesY <= 220 || maxTileY <= minTileX ) { + if( Main.maxTilesY <= 220 || maxTileY <= minTileY ) { minTileY = 0; maxTileY = Main.maxTilesY; } diff --git a/Wormholes/build.txt b/Wormholes/build.txt index 425d92e..498adb5 100644 --- a/Wormholes/build.txt +++ b/Wormholes/build.txt @@ -1,5 +1,5 @@ author = hamstar -version = 1.10.1.1 +version = 1.10.1.2 displayName = Wormholes modReferences = HamstarHelpers@5.6.1 buildIgnore = *.csproj, *.user, *.bat, obj\*, bin\*, .vs\*, .git\*