Skip to content

Commit

Permalink
fix argument rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
dags- committed May 4, 2019
1 parent efa5a2b commit 4ca2431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/dags/text/syntax/Renderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private Text.Builder toTranslatableBuilder(TranslatableText text) {
if (o instanceof Text) {
Text t = (Text) o;
try {
return render(t, null);
return render(t, null).build();
} catch (IOException e) {
return t;
}
Expand Down

0 comments on commit 4ca2431

Please sign in to comment.