From 346878ad759d453013d94db8a07a571f4aab825a Mon Sep 17 00:00:00 2001 From: LlmDl Date: Tue, 29 Oct 2024 14:46:46 -0500 Subject: [PATCH] - Prevent wind charge exploits on switch blocks. - Closes #7648. --- Towny/src/main/resources/ChangeLog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Towny/src/main/resources/ChangeLog.txt b/Towny/src/main/resources/ChangeLog.txt index 35b9996daa..8715009097 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -10101,4 +10101,6 @@ v0.92.0.11: - towny.command.resident.toggle.townunclaim - Update spigot-api to 1.21.3. - Add compatibility layer for renamed Particle names. - - Fix testing broken in 1.21 bump, update workflows to use java 21, add paper-api with test scope to make MockBukkit happy again. \ No newline at end of file + - Fix testing broken in 1.21 bump, update workflows to use java 21, add paper-api with test scope to make MockBukkit happy again. + - Prevent wind charge exploits on switch blocks. + - Closes #7648. \ No newline at end of file