update changelog
This commit is contained in:
parent
124ca19393
commit
b2033d9eac
2 changed files with 2 additions and 2 deletions
|
|
@ -92,6 +92,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
||||||
* When deleting an user account, any player logged in to that account is now logged out properly (@Enerdy)
|
* When deleting an user account, any player logged in to that account is now logged out properly (@Enerdy)
|
||||||
* 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)
|
||||||
|
|
||||||
## 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.
|
||||||
|
|
|
||||||
|
|
@ -1013,7 +1013,6 @@ namespace TShockAPI
|
||||||
bool hasNebulaTower = false;
|
bool hasNebulaTower = false;
|
||||||
bool hasStardustTower = false;
|
bool hasStardustTower = false;
|
||||||
|
|
||||||
// May need to optimize
|
|
||||||
foreach (var npc in Main.npc)
|
foreach (var npc in Main.npc)
|
||||||
{
|
{
|
||||||
if (npc.netID == NPCID.LunarTowerSolar)
|
if (npc.netID == NPCID.LunarTowerSolar)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue