Skip to content

Commit

Permalink
Update Tools.java
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRainbow44 authored and Melledy committed May 7, 2022
1 parent 6c7b94c commit c8779fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/emu/grasscutter/tools/Tools.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static String getLanguageOption() throws Exception {
if (groupedLangCount > 0) {
System.out.println(groupedLangList);
}
System.out.print("\nYour choice:[EN]");
System.out.print("\nYour choice:[EN] ");

input = new BufferedReader(new InputStreamReader(System.in)).readLine();
if (availableLangList.contains(input.toLowerCase())) {
Expand Down

0 comments on commit c8779fe

Please sign in to comment.