commit
b50cac1d2f
2 changed files with 3 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
||||||
* Add NPCAddBuff data handler and bouncer (@AxeelAnder)
|
* Add NPCAddBuff data handler and bouncer (@AxeelAnder)
|
||||||
* Improved config file documentation (@Enerdy)
|
* Improved config file documentation (@Enerdy)
|
||||||
* Add PlayerZone data handler and bouncer (@AxeelAnder)
|
* Add PlayerZone data handler and bouncer (@AxeelAnder)
|
||||||
|
* Fix banned armour checks not clearing properly (thanks @tysonstrange)
|
||||||
|
|
||||||
## TShock 4.3.25
|
## TShock 4.3.25
|
||||||
* Fixed a critical exploit in the Terraria protocol that could cause massive unpreventable world corruption as well as a number of other problems. Thanks to @bartico6 for reporting. Fixed by the efforts of @QuiCM, @hakusaro, and tips in the right directioon from @bartico6.
|
* Fixed a critical exploit in the Terraria protocol that could cause massive unpreventable world corruption as well as a number of other problems. Thanks to @bartico6 for reporting. Fixed by the efforts of @QuiCM, @hakusaro, and tips in the right directioon from @bartico6.
|
||||||
|
|
|
||||||
|
|
@ -1130,6 +1130,8 @@ namespace TShockAPI
|
||||||
}
|
}
|
||||||
if (check != "none")
|
if (check != "none")
|
||||||
player.IsDisabledForBannedWearable = true;
|
player.IsDisabledForBannedWearable = true;
|
||||||
|
else
|
||||||
|
player.IsDisabledForBannedWearable = false;
|
||||||
|
|
||||||
if (player.IsBeingDisabled())
|
if (player.IsBeingDisabled())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue