From 1b32e77831478df1d1607ae6c06f6d3c6979f99a Mon Sep 17 00:00:00 2001 From: LlmDl Date: Sun, 25 Feb 2024 18:51:16 -0600 Subject: [PATCH] - Fix mob removal npe when townblock has no town, courtesy of Warrior with PR #7285. --- Towny/src/main/resources/ChangeLog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Towny/src/main/resources/ChangeLog.txt b/Towny/src/main/resources/ChangeLog.txt index 70a877abde..6ab7615752 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -9560,4 +9560,5 @@ v0.92.0.11: - Skip copying light data for our chunk snapshots, courtesy of Warrior with PR #7281. 0.100.1.17: - Replace usage of deprecated IOUtils methods. - - Add hint to use /t or /n deposit when your town/nation is running out of money in the login warning message. \ No newline at end of file + - Add hint to use /t or /n deposit when your town/nation is running out of money in the login warning message. + - Fix mob removal npe when townblock has no town, courtesy of Warrior with PR #7285. \ No newline at end of file