geforkt von Mirrors/FastAsyncWorldEdit
Fix throwing uncaught exceptions in AsyncCommandBuilder.
Dieser Commit ist enthalten in:
Ursprung
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;
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren