From 000cec2ab2bc133253cf42fceaecf18b4de86d0c Mon Sep 17 00:00:00 2001 From: Riley Park Date: Mon, 29 Mar 2021 19:20:10 -0700 Subject: [PATCH] bug #5432 - post modern event even if legacy event is cancelled fixes #5432 --- Spigot-Server-Patches/0010-Adventure.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spigot-Server-Patches/0010-Adventure.patch b/Spigot-Server-Patches/0010-Adventure.patch index e9b6c3965e..1f561bce6f 100644 --- a/Spigot-Server-Patches/0010-Adventure.patch +++ b/Spigot-Server-Patches/0010-Adventure.patch @@ -105,7 +105,7 @@ index 0000000000000000000000000000000000000000..89597b4a3064c3c6001c7e927a848ee7 +} diff --git a/src/main/java/io/papermc/paper/adventure/ChatProcessor.java b/src/main/java/io/papermc/paper/adventure/ChatProcessor.java new file mode 100644 -index 0000000000000000000000000000000000000000..ed00e5e825856e790da467f429d026772e6303bd +index 0000000000000000000000000000000000000000..8774f5f8d1c6dbc2c504dc028368e8ab8cd3c38d --- /dev/null +++ b/src/main/java/io/papermc/paper/adventure/ChatProcessor.java @@ -0,0 +1,212 @@ @@ -218,7 +218,7 @@ index 0000000000000000000000000000000000000000..ed00e5e825856e790da467f429d02677 + } + }); + continueAfterAsyncAndSync.accept(se); -+ } else if (!ae.isCancelled()) { ++ } else { + continueAfterAsync.accept(ae); + } + } else {