diff --git a/Spigot-Server-Patches/Adventure.patch b/Spigot-Server-Patches/Adventure.patch index 363b07cfbe..27f818041d 100644 --- a/Spigot-Server-Patches/Adventure.patch +++ b/Spigot-Server-Patches/Adventure.patch @@ -218,7 +218,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + } + }); + continueAfterAsyncAndSync.accept(se); -+ } else if (!ae.isCancelled()) { ++ } else { + continueAfterAsync.accept(ae); + } + } else {