mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 12:22:36 +01:00
Fixed commands in the console.
This commit is contained in:
parent
492caaba93
commit
a538fc2607
@ -143,11 +143,11 @@ public final class Emulator {
|
|||||||
Emulator.getLogging().logStart("https://discord.gg/syuqgN");
|
Emulator.getLogging().logStart("https://discord.gg/syuqgN");
|
||||||
Emulator.getLogging().logStart("Please report bugs on our git at Krews.org. Not on our discord!!");
|
Emulator.getLogging().logStart("Please report bugs on our git at Krews.org. Not on our discord!!");
|
||||||
System.out.println("Waiting for commands: ");
|
System.out.println("Waiting for commands: ");
|
||||||
}, 3500);
|
}, 1500);
|
||||||
|
|
||||||
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
|
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
|
||||||
|
|
||||||
while (!isShuttingDown && isReady && reader.ready()) {
|
while (!isShuttingDown && isReady) {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
String line = reader.readLine();
|
String line = reader.readLine();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user