Update libac, deprecate delayed executor

This commit is contained in:
Zontreck 2024-02-18 10:00:56 -07:00
parent d68fa58bf9
commit d9113f357c
3 changed files with 5 additions and 5 deletions

View file

@ -116,7 +116,6 @@ public class LibZontreck {
public void onServerStopping(final ServerStoppingEvent ev)
{
ALIVE=false;
DelayedExecutorService.stop();
Iterator<Profile> iProfile = PROFILES.values().iterator();
while(iProfile.hasNext())