From a92193c58ddba86147edc714c9003d26c76a43e9 Mon Sep 17 00:00:00 2001 From: LlmDl Date: Sun, 3 Sep 2023 08:27:09 -0500 Subject: [PATCH] - Fix exception when putting a group for sale with eco off, courtesy of Warrior with PR #6970. - Closes #6969. - Improve trident lightning protection, courtesy of Warrior with PR #6964. - Replace http urls with https, courtesy of Warrior with PR #6965. - Area effect cloud protection improvements, courtesy of Warrior with PR #6967. --- Towny/src/main/resources/ChangeLog.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Towny/src/main/resources/ChangeLog.txt b/Towny/src/main/resources/ChangeLog.txt index 9af8b78b83..559372b971 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -9064,4 +9064,9 @@ v0.92.0.11: - Run sync confirmations on the player's region, courtesy of Warrior with PR #6960. - Fix a lot of IDE warnings, courtesy of Warrior with PR #6658. - Add gitattributes file, courtesy of Warrior with PR #6962. - - Add missing deprecation annotations, courtesy of Warrior with PR #6963. \ No newline at end of file + - Add missing deprecation annotations, courtesy of Warrior with PR #6963. + - Fix exception when putting a group for sale with eco off, courtesy of Warrior with PR #6970. + - Closes #6969. + - Improve trident lightning protection, courtesy of Warrior with PR #6964. + - Replace http urls with https, courtesy of Warrior with PR #6965. + - Area effect cloud protection improvements, courtesy of Warrior with PR #6967. \ No newline at end of file