mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-10 03:42:53 +08:00
Merge pull request #146 from MlgmXyysd/panel
Make some control panel happy
This commit is contained in:
commit
20e9e77508
@ -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