Rename /bloodmoon to /tbloodmoon

This commit is contained in:
Lucas Nicodemus 2020-05-18 18:25:07 -07:00
parent 1c70ce5bb7
commit d8747c34e9
No known key found for this signature in database
GPG key ID: A07BD9023D1664DB
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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."
});