update changelog

This commit is contained in:
AxeelAnder 2018-10-25 22:10:33 +08:00
parent 124ca19393
commit b2033d9eac
2 changed files with 2 additions and 2 deletions

View file

@ -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)
* Add NPCAddBuff data handler and bouncer (@AxeelAnder)
* Improved config file documentation (@Enerdy)
* Add PlayerZone data handler and bouncer (@AxeelAnder)
## 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.

View file

@ -1012,8 +1012,7 @@ namespace TShockAPI
bool hasVortexTower = false;
bool hasNebulaTower = false;
bool hasStardustTower = false;
// May need to optimize
foreach (var npc in Main.npc)
{
if (npc.netID == NPCID.LunarTowerSolar)