From 5389c9f0b1676096926fd62424a7c74a6ea38aab Mon Sep 17 00:00:00 2001 From: James McNair Date: Tue, 6 Aug 2024 22:29:18 +0100 Subject: [PATCH] Update changelog.txt --- changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 47feaa31..54d34716 100644 --- a/changelog.txt +++ b/changelog.txt @@ -817,7 +817,6 @@ Bug Fixes: - Fixed issue with the update link pasted in the console (#598) - Fixed issue not allowing /teama money to have decimal amounts (#599) - Fixed issue where DecentHologram displays were not refreshing (#595) -- Hopefully fixed a problem causing players to be kicked from teams (#618) 4.10.0: @@ -831,6 +830,8 @@ Bug Fixes: - Fixed issue where the clickable invite message's command was not translatable (#602) - Fixed null pointer being thrown in unexpected way (#634) - Improved logging for /team baltop error (#623) +- Hopefully fixed a problem causing players to be kicked from teams (#618) +- Fixed problem causing '?' in an item name to break SQL commands (#644) Code improvements: - Replaced equals/length with isEmpty (#630) - Credit svaningelgem