From 268c772eeab6c4ab53e590567b58a5b8a7a5e83b Mon Sep 17 00:00:00 2001 From: Patrikkk Date: Fri, 5 Jun 2020 00:25:01 +0200 Subject: [PATCH 1/2] Update submodule. 1.4.0.5 --- TerrariaServerAPI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TerrariaServerAPI b/TerrariaServerAPI index 891380c8..7942fe87 160000 --- a/TerrariaServerAPI +++ b/TerrariaServerAPI @@ -1 +1 @@ -Subproject commit 891380c8946dd53e670d34002d984e88d1c6179e +Subproject commit 7942fe87e30e0c42c311848e95cde9100d08ae8d From 65b0eb9ccf81624b36db4d23e53c982998e7004b Mon Sep 17 00:00:00 2001 From: Patrikkk Date: Fri, 5 Jun 2020 00:26:32 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e4eb6a..d0906ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Added LandGolfBallInCup event which is accessible for developers to work with, as well as LandGolfBallInCup handler to handle exploits where players could send direct packets to trigger and imitate golf ball cup landing anywhere in the game world. Added two public lists in Handlers.LandGolfBallInCupHandler: GolfBallProjectileIDs and GolfClubItemIDs. (@Patrikkk) * Add SyncTilePicking event. This is called when a player damages a tile. Implementing SyncTilePickingHandler and patching tile damaging related exploits. (Preventing player sending invalid world position data which disconnects other players.) * Fix the issue where mobs could not be fished out during bloodmoon because of Bouncer checks. (@Patrikkk) +* Update for OTAPI 2.0.0.37 and Terraria 1.4.0.5. (@hakusaro, @Patrikkk) ## TShock 4.4.0 (Pre-release 10) * Fix all rope coils. (@Olink)