Merge pull request #146 from MlgmXyysd/panel

Make some control panel happy
This commit is contained in:
Melledy 2022-04-23 02:02:04 -07:00 committed by GitHub
commit 20e9e77508

View File

@ -118,6 +118,7 @@ public final class Grasscutter {
public static void startConsole() {
String input;
getLogger().info("Done! For help, type \"help\"");
try (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {
while ((input = br.readLine()) != null) {
try {