Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-07 20:10:06 +01:00
Drop old calc message
Dieser Commit ist enthalten in:
Ursprung
462843c3df
Commit
6c21ae5c83
@ -501,9 +501,6 @@ public class UtilityCommands {
|
|||||||
String formatted = formatter.format(result);
|
String formatted = formatter.format(result);
|
||||||
actor.print(SubtleFormat.wrap(input + " = ")
|
actor.print(SubtleFormat.wrap(input + " = ")
|
||||||
.append(TextComponent.of(formatted, TextColor.LIGHT_PURPLE)));
|
.append(TextComponent.of(formatted, TextColor.LIGHT_PURPLE)));
|
||||||
//actor.print(SubtleFormat.wrap(input).append(Component.newline())
|
|
||||||
// .append(SubtleFormat.wrap("= "))
|
|
||||||
// .append(TextComponent.of(formatted, TextColor.LIGHT_PURPLE)));
|
|
||||||
} catch (EvaluationException e) {
|
} catch (EvaluationException e) {
|
||||||
actor.printError(String.format(
|
actor.printError(String.format(
|
||||||
"'%s' could not be evaluated (error: %s)", input, e.getMessage()));
|
"'%s' could not be evaluated (error: %s)", input, e.getMessage()));
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren