Fixed commands in the console.

This commit is contained in:
KrewsOrg 2019-07-24 12:12:53 +01:00
parent 492caaba93
commit a538fc2607

View File

@ -143,11 +143,11 @@ public final class Emulator {
Emulator.getLogging().logStart("https://discord.gg/syuqgN");
Emulator.getLogging().logStart("Please report bugs on our git at Krews.org. Not on our discord!!");
System.out.println("Waiting for commands: ");
}, 3500);
}, 1500);
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
while (!isShuttingDown && isReady && reader.ready()) {
while (!isShuttingDown && isReady) {
try {
String line = reader.readLine();