Skip to content

Commit

Permalink
Add connect
Browse files Browse the repository at this point in the history
  • Loading branch information
wdog5734 committed Jan 13, 2025
1 parent 1bd4151 commit fe10439
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ public static void run() throws Exception {
LOGGER.info("|_____/ /_/ |_| |_| \\_| |_| \\_| |_____| |_| \\_\\ ");
LOGGER.info("{} - {}, Java {}", I18n.as("banner.launch.welcomemessage"), getVersion(), javaVersion);
}
if(I18N.isCN()) {
System.out.printf("官方交流QQ群: 211128424%n");
}
if (!EulaUtil.hasAcceptedEULA()) {
System.out.println(I18n.as("eula"));
while (!"true".equals(new Scanner(System.in).next()));
Expand Down

0 comments on commit fe10439

Please sign in to comment.