mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-25 12:52:57 +08: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