mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 15:49:00 +01:00
bug #5432 - post modern event even if legacy event is cancelled
fixes #5432
This commit is contained in:
parent
ed27c9d52c
commit
ee9fab24e7
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ }
|
||||
+ });
|
||||
+ continueAfterAsyncAndSync.accept(se);
|
||||
+ } else if (!ae.isCancelled()) {
|
||||
+ } else {
|
||||
+ continueAfterAsync.accept(ae);
|
||||
+ }
|
||||
+ } else {
|
||||
|
|
Loading…
Reference in a new issue