mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-03-01 22:52:52 +08:00
Make some control panel happy
Signed-off-by: Jaida Wu <mlgmxyysd@meowcat.org>
This commit is contained in:
parent
ea9cda21e2
commit
46f40a9012
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user