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) {
|
if (exceptionConverter != null) {
|
||||||
try {
|
try {
|
||||||
exceptionConverter.convert(orig);
|
exceptionConverter.convert(orig);
|
||||||
|
throw orig;
|
||||||
} catch (CommandException converted) {
|
} catch (CommandException converted) {
|
||||||
Component message;
|
Component message;
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren