mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Added a Github star reminder
This commit is contained in:
parent
0fda37b017
commit
1ca023be36
7 changed files with 37 additions and 0 deletions
|
|
@ -318,6 +318,8 @@ namespace MinecraftClient
|
|||
ConsoleIO.WriteLine(string.Format(Translations.mcc_banner_classic, Version, MCLowestVersion, MCHighestVersion, "Github.com/MCCTeam"));
|
||||
if (BuildInfo is not null)
|
||||
ConsoleIO.WriteLineFormatted("§8" + BuildInfo);
|
||||
if (Config.Main.Advanced.ShowGithubStarReminder)
|
||||
ConsoleIO.WriteLineFormatted("§e" + Translations.mcc_banner_star_reminder);
|
||||
}
|
||||
|
||||
private static void MaybePrintClassicModeTuiRecommendation()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue