Commit 20e9e775 authored by Melledy's avatar Melledy Committed by GitHub
Browse files

Merge pull request #146 from MlgmXyysd/panel

Make some control panel happy
parents df1dca8d 3eabd403
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment