mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +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.isReady = false;
|
||||
Emulator.getLogging().logShutdownLine("Stopping Arcturus Emulator " + version + "...");
|
||||
String classPath = System.getProperty("java.class.path");
|
||||
String osName = System.getProperty("os.name");
|
||||
try {
|
||||
if (Emulator.getPluginManager() != null)
|
||||
Emulator.getPluginManager().fireEvent(new EmulatorStartShutdownEvent());
|
||||
|
Loading…
Reference in New Issue
Block a user