From 47e1e2b036a59cad0cb7bdc61af1bee744f47d25 Mon Sep 17 00:00:00 2001 From: LlmDl Date: Wed, 26 Jun 2024 09:22:28 -0500 Subject: [PATCH] - Fix potential NPEs in PlotGroup, courtesy of galacticwarrior9 with PR #7483. --- 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 8e672f4649..8243dd6c86 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -9842,4 +9842,5 @@ v0.92.0.11: - New Config Option: economy.daily_taxes.do_mayors_pay_town_tax - Default: false - When true, a town's mayor will pay the town tax. This feature is a bit redundant because the mayor can - withdraw from the bank anyways, but it might keep towns from being deleted for not paying their upkeep. \ No newline at end of file + withdraw from the bank anyways, but it might keep towns from being deleted for not paying their upkeep. + - Fix potential NPEs in PlotGroup, courtesy of galacticwarrior9 with PR #7483. \ No newline at end of file