Merge branch 'development' into plugin-system

This commit is contained in:
Magix
2022-04-25 17:08:18 -04:00
committed by GitHub
48 changed files with 1813 additions and 443 deletions

View File

@@ -129,6 +129,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 {