Further translations

This commit is contained in:
Matthew Miller
2019-10-21 23:45:02 +10:00
parent 1cca2182a9
commit c01d2f7c24
9 changed files with 103 additions and 47 deletions

View File

@ -116,7 +116,7 @@ public class ExpandCommands {
TranslatableComponent.of(pluraliseI18n("worldedit.expand.expanded.vert", changeSize), TextComponent.of(changeSize))
);
} catch (RegionOperationException e) {
player.printError(e.getMessage());
player.printError(TextComponent.of(e.getMessage()));
}
}