From a71f878644e48189b064a59864ee6c32a64bbed8 Mon Sep 17 00:00:00 2001 From: Cow Date: Mon, 10 Oct 2022 23:33:18 +0200 Subject: Removed `ClientChatReceivedEvent` when sending mod-internal chat messages --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f398963..328df89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `/moo search`: Allow empty search query (= returns all log entries between start and end date) - `/moo stalkskyblock`: replaced "last played" with "last time *someone* played on the selected profile" +- (technical change: no longer fire `ClientChatReceivedEvent` when sending a mod-internal chat message, as too many other mods have had problems with it) ### Fixed -- cgit