diff --git a/CHANGELOG.md b/CHANGELOG.md index 48596cb3..deb4bedb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin ## Upcoming changes -* Fixed NPC buff anticheat issue conflicting with Terraria gameplay changes (whips) (@Patrikkk) +* Fixed NPC buff anticheat issue conflicting with Terraria gameplay changes (whips). (@Patrikkk) +* Renamed `/bloodmoon` to `/tbloodmoon` because of conflict with Terraria reserved words. (@hakusaro) ## TShock 4.4.0 (Pre-release 1) * Added confused debuff to Bouncer for confusion applied from Brain of Confusion diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index d934d512..6c8d5723 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -478,7 +478,7 @@ namespace TShockAPI { HelpText = "Toggles build protection." }); - add(new Command(Permissions.bloodmoon, Bloodmoon, "bloodmoon") + add(new Command(Permissions.bloodmoon, Bloodmoon, "tbloodmoon") { HelpText = "Sets a blood moon." });