Fix the server continuing to run when told to stop.
This commit is contained in:
parent
32a75c305d
commit
d1195f4ac8
3 changed files with 1 additions and 7 deletions
|
@ -66,7 +66,6 @@ public class AriasEssentials {
|
|||
{
|
||||
IEventBus bus = FMLJavaModLoadingContext.get().getModEventBus();
|
||||
bus.addListener(this::setup);
|
||||
DelayedExecutorService.setup();
|
||||
|
||||
AEServerConfig.loadFromFile();
|
||||
AEClientConfig.loadFromFile();
|
||||
|
@ -110,7 +109,6 @@ public class AriasEssentials {
|
|||
{
|
||||
ALIVE=true;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -119,9 +117,6 @@ public class AriasEssentials {
|
|||
{
|
||||
ALIVE=false;
|
||||
LOGGER.info("Tearing down Aria's Essentials functions and tasks");
|
||||
DelayedExecutorService.stop();
|
||||
|
||||
DelayedExecutorService.getInstance().EXECUTORS.clear();
|
||||
RTPCaches.Locations.clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue