mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-08 01:05:35 +08:00
Update Tools.java
This commit is contained in:
parent
6c7b94c127
commit
c8779fec3c
@ -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