From 2a0e1de285b9daff3959551cd1bcfb0aa5a89d4e Mon Sep 17 00:00:00 2001 From: Patrikkk Date: Thu, 18 Jun 2020 17:13:39 +0200 Subject: [PATCH] Changelog - Grammar fixes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe45a0df..853b4573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Remove redundant Boulder placement check that prevented placing chests on them, as it is no longer possible to place a chest on a boulder, so nothing crashes the server. "1.2.3: Boulders with Chests on them no longer crash the game if the boulder is hit." (@kevzhao2, @Patrikkk) * RequestTileEntity packet handling. (@Patrikkk) * Implemented the OnRequestTileEntityInteraction even hook in GetDataHandler. (@Patrikkk) - * Created RequestTileEntityInteractionHandler which checks for building permissions when the player is attempting to open a display doll (Mannequin). This now prevents players to open a mannequin if they have no building permissions at the position of the Mannequin. + * Created RequestTileEntityInteractionHandler which checks for building permissions when the player is attempting to open a display doll (Mannequin). This now prevents players from opening a mannequin if they have no building permissions at the position of the mannequin. (@Patrikkk) ## TShock 4.4.0 (Pre-release 11) * New permission `tshock.tp.pylon` to enable teleporting via Teleportation Pylons (@QuiCM)