Fix a leftover piece of older code
This commit is contained in:
parent
aaf677669d
commit
abed7cd895
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ public class DelayedExecutorService {
|
|||
|
||||
public void schedule(final Runnable run, int seconds)
|
||||
{
|
||||
if(!Terminal.isRunning()){
|
||||
if(!isRunning()){
|
||||
return;
|
||||
}
|
||||
//long unix = Instant.now().getEpochSecond()+ (seconds);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue