Drop old calc message

This commit is contained in:
Kenzie Togami 2019-04-28 22:09:48 -07:00
parent 462843c3df
commit 6c21ae5c83
No known key found for this signature in database
GPG Key ID: 5D200B325E157A81

View File

@ -501,9 +501,6 @@ public class UtilityCommands {
String formatted = formatter.format(result);
actor.print(SubtleFormat.wrap(input + " = ")
.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) {
actor.printError(String.format(
"'%s' could not be evaluated (error: %s)", input, e.getMessage()));