mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Removed repetitive code added while testing.
This commit is contained in:
parent
0e23a04ccb
commit
8f660626bc
@ -201,8 +201,6 @@ public final class Emulator {
|
|||||||
Emulator.isShuttingDown = true;
|
Emulator.isShuttingDown = true;
|
||||||
Emulator.isReady = false;
|
Emulator.isReady = false;
|
||||||
Emulator.getLogging().logShutdownLine("Stopping Arcturus Emulator " + version + "...");
|
Emulator.getLogging().logShutdownLine("Stopping Arcturus Emulator " + version + "...");
|
||||||
String classPath = System.getProperty("java.class.path");
|
|
||||||
String osName = System.getProperty("os.name");
|
|
||||||
try {
|
try {
|
||||||
if (Emulator.getPluginManager() != null)
|
if (Emulator.getPluginManager() != null)
|
||||||
Emulator.getPluginManager().fireEvent(new EmulatorStartShutdownEvent());
|
Emulator.getPluginManager().fireEvent(new EmulatorStartShutdownEvent());
|
||||||
|
Loading…
Reference in New Issue
Block a user