From db10bf22e727049e2b891422ab002be184e2e95b Mon Sep 17 00:00:00 2001
From: Chris <2648373+QuiCM@users.noreply.github.com>
Date: Fri, 13 Nov 2020 18:50:54 +1030
Subject: [PATCH] Refectoring continued - rename STS Handler to STR Handler
---
CHANGELOG.md | 3 +++
.../{SendTileSquareHandler.cs => SendTileRectHandler.cs} | 0
TShockAPI/TShockAPI.csproj | 4 ++--
3 files changed, 5 insertions(+), 2 deletions(-)
rename TShockAPI/Handlers/{SendTileSquareHandler.cs => SendTileRectHandler.cs} (100%)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cbac005b..7d44b31b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,10 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* If there is no section called "Upcoming changes" below this line, please add one with `## Upcoming changes` as the first line, and then a bulleted item directly after with the first change.
## Upcoming changes
+* Terraria v1.4.1.2 (Thanks @Patrikkk and @DeathCradle <3)
* Added Torch God's Favor support in SSC. (@Stealownz)
+* SendTileSquare is now SendTileRect and can now send rectangles instead of squares. This is a breaking change (@QuiCM)
+* Destroying protected tiles underneath a tile object no longer causes the tile object to disappear for the client (@QuiCM)
## TShock 4.4.0 (Pre-release 13)
* Terraria v1.4.1.1
diff --git a/TShockAPI/Handlers/SendTileSquareHandler.cs b/TShockAPI/Handlers/SendTileRectHandler.cs
similarity index 100%
rename from TShockAPI/Handlers/SendTileSquareHandler.cs
rename to TShockAPI/Handlers/SendTileRectHandler.cs
diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj
index 0b072be8..7cfa834a 100644
--- a/TShockAPI/TShockAPI.csproj
+++ b/TShockAPI/TShockAPI.csproj
@@ -101,7 +101,7 @@
-
+
@@ -226,7 +226,7 @@
-
+