Updated Schedulers (markdown)

TheMode 2020-08-01 01:13:58 +02:00
parent 1302285e50
commit 9df38c82dc

@ -34,7 +34,7 @@ schedulerManager.buildShutdownTask(new Runnable() {
@Override
public void run() {
// This method is called when the server is shut down
// Can be used to store data, for example
// Can be used to save cached data, for example
}
}).schedule();
```