From 933c5f9e495f5e437b6391ea5c398218ae7f9ad3 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 11 Jun 2021 10:22:39 -0700 Subject: [PATCH] Fix typo in "Amethyst Gemtree" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🍬 --- CHANGELOG.md | 1 + TShockAPI/Commands.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 053e3248..1192799c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Changed the world autosave message so that it no longer warns of a "potential lag spike." (@hakusaro) * Added `/slay` as an alias for `/kill` to be more consistent with other server mods. (@hakusaro) * Added `/god` as an alias for `/godmode` to be more consistent with other server mods. (@hakusaro) +* Fixed ridiculous typo in `Amethyst Gemtree` text. (@hakusaro) ## TShock 4.5.4 * Fixed ridiculous typo in `GetDataHandlers` which caused TShock to read the wrong field in the packet for `usingBiomeTorches`. (@hakusaro, @Arthri) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index cd32f561..6168e629 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -6312,7 +6312,7 @@ namespace TShockAPI } Main.tile[x, y - 1].wall = 0; WorldGen.TryGrowingTreeByType(584, x, y); - name = "Amethust Gemtree"; + name = "Amethyst Gemtree"; break; case "sapphire":