Messaging improvements + Added auto show dialogs in classic console mode

This commit is contained in:
Anon 2026-06-14 02:28:13 +02:00
parent c0d983272b
commit 7f2a71f9fe
5 changed files with 20 additions and 2 deletions

View file

@ -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();
}