mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Fix throwing uncaught exceptions in AsyncCommandBuilder.
This commit is contained in:
parent
93dd956bae
commit
9a913a93f6
@ -144,6 +144,7 @@ public final class AsyncCommandBuilder<T> {
|
||||
if (exceptionConverter != null) {
|
||||
try {
|
||||
exceptionConverter.convert(orig);
|
||||
throw orig;
|
||||
} catch (CommandException converted) {
|
||||
Component message;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user