From cb44a20af6134ada5a9309f24a47e4c11ca78d3c Mon Sep 17 00:00:00 2001 From: LlmDl Date: Mon, 6 May 2024 14:58:36 -0500 Subject: [PATCH] - Fix scheduling 0 tick delayed task on paper, courtesy of Warrior with PR #7404. --- 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 6cfd15366b..6c50d7354b 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -9754,4 +9754,6 @@ v0.92.0.11: - Bump adventure platform bukkit to 4.3.3-SNAPSHOT, courtesy of Warrior with PR #7395. - Adds support for 1.20.5/6 in Towny. - API: add NATION_LIST_BY, TOWN_LIST_BY TownyCommandAddons. - - Closes #7397. \ No newline at end of file + - Closes #7397. +0.100.2.9: + - Fix scheduling 0 tick delayed task on paper, courtesy of Warrior with PR #7404. \ No newline at end of file