Rename /bloodmoon to /tbloodmoon
This commit is contained in:
parent
1c70ce5bb7
commit
d8747c34e9
2 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,8 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
||||||
|
|
||||||
## Upcoming changes
|
## 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)
|
## TShock 4.4.0 (Pre-release 1)
|
||||||
* Added confused debuff to Bouncer for confusion applied from Brain of Confusion
|
* Added confused debuff to Bouncer for confusion applied from Brain of Confusion
|
||||||
|
|
|
||||||
|
|
@ -478,7 +478,7 @@ namespace TShockAPI
|
||||||
{
|
{
|
||||||
HelpText = "Toggles build protection."
|
HelpText = "Toggles build protection."
|
||||||
});
|
});
|
||||||
add(new Command(Permissions.bloodmoon, Bloodmoon, "bloodmoon")
|
add(new Command(Permissions.bloodmoon, Bloodmoon, "tbloodmoon")
|
||||||
{
|
{
|
||||||
HelpText = "Sets a blood moon."
|
HelpText = "Sets a blood moon."
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue