mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Drop old calc message
This commit is contained in:
parent
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()));
|
||||||
|
Loading…
Reference in New Issue
Block a user