Update libac, deprecate delayed executor
This commit is contained in:
parent
d68fa58bf9
commit
d9113f357c
3 changed files with 5 additions and 5 deletions
|
@ -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())
|
||||
|
|
Reference in a new issue