mirror of
https://github.com/Melledy/Grasscutter.git
synced 2025-02-03 02:25:23 +00:00
Update Tools.java
This commit is contained in:
parent
1ee9cc80bb
commit
1ed0511cd7
@ -80,7 +80,7 @@ public final class Tools {
|
||||
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())) {
|
||||
|
Loading…
Reference in New Issue
Block a user