mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Messaging improvements + Added auto show dialogs in classic console mode
This commit is contained in:
parent
c0d983272b
commit
7f2a71f9fe
5 changed files with 20 additions and 2 deletions
|
|
@ -45,6 +45,8 @@ public static class DialogFormatter
|
|||
builder.AppendLine(string.Format(Translations.dialog_render_action, action.Index, action.Label, DescribeAction(action.Action)));
|
||||
}
|
||||
|
||||
builder.AppendLine();
|
||||
builder.AppendLine("§o" + Translations.dialog_render_help_hint + "§r");
|
||||
builder.Append(border);
|
||||
return builder.ToString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue