mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 15:36:27 +01:00
Pushed Version 2.1.0 Stable, ready for release.
This commit is contained in:
parent
f77866146b
commit
4cfcdb379e
@ -40,7 +40,7 @@ public final class Emulator {
|
|||||||
public final static int BUILD = 0;
|
public final static int BUILD = 0;
|
||||||
|
|
||||||
|
|
||||||
public final static String PREVIEW = "RC-1";
|
public final static String PREVIEW = "Stable";
|
||||||
|
|
||||||
public static final String version = "Arcturus Morningstar" + " " + MAJOR + "." + MINOR + "." + BUILD + " " + PREVIEW;
|
public static final String version = "Arcturus Morningstar" + " " + MAJOR + "." + MINOR + "." + BUILD + " " + PREVIEW;
|
||||||
private static final String logo =
|
private static final String logo =
|
||||||
@ -140,7 +140,7 @@ public final class Emulator {
|
|||||||
Emulator.getThreading().run(new Runnable() {
|
Emulator.getThreading().run(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
Emulator.getLogging().logStart("Thankyou for downloading Arcturus Morningstar! This is a Release Candidate for 2.1.0, if you find any bugs please place them on our git repository.");
|
Emulator.getLogging().logStart("Thankyou for downloading Arcturus Morningstar! This is a stable 2.1.0 build, it should be more than stable for daily use on hotels, if you find any bugs please place them on our git repository.");
|
||||||
Emulator.getLogging().logStart("Please note, Arcturus Emulator is a project by TheGeneral, we take no credit for the original work, and only the work we have continued. If you'd like to support the project, join our discord at: ");
|
Emulator.getLogging().logStart("Please note, Arcturus Emulator is a project by TheGeneral, we take no credit for the original work, and only the work we have continued. If you'd like to support the project, join our discord at: ");
|
||||||
Emulator.getLogging().logStart("https://discord.gg/syuqgN");
|
Emulator.getLogging().logStart("https://discord.gg/syuqgN");
|
||||||
System.out.println("Waiting for commands: ");
|
System.out.println("Waiting for commands: ");
|
||||||
|
Loading…
Reference in New Issue
Block a user