Commit 3eabd403 authored by Jaida Wu's avatar Jaida Wu
Browse files

Make some control panel happy


Signed-off-by: default avatarJaida Wu <mlgmxyysd@meowcat.org>
parent df1dca8d
......@@ -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