geforkt von Mirrors/FastAsyncWorldEdit
Update upstream
e485433 Fix legacy error message output for WorldGuard commands (2023)
Dieser Commit ist enthalten in:
Ursprung
178604bbb7
Commit
38b0dcf7e4
@ -77,7 +77,7 @@ public abstract class ExceptionConverterHelper implements ExceptionConverter {
|
|||||||
throw (CommandException) e.getCause();
|
throw (CommandException) e.getCause();
|
||||||
}
|
}
|
||||||
if (e.getCause() instanceof com.sk89q.minecraft.util.commands.CommandException) {
|
if (e.getCause() instanceof com.sk89q.minecraft.util.commands.CommandException) {
|
||||||
throw new CommandException(e.getCause(), ImmutableList.of());
|
throw new CommandExecutionException(e.getCause(), ImmutableList.of());
|
||||||
}
|
}
|
||||||
throw new CommandExecutionException(e, ImmutableList.of());
|
throw new CommandExecutionException(e, ImmutableList.of());
|
||||||
} catch (IllegalArgumentException | IllegalAccessException e) {
|
} catch (IllegalArgumentException | IllegalAccessException e) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren