mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-09 20:31:28 +01:00
Move announcer task initialization to main class
This commit is contained in:
parent
b7bc91fd68
commit
328e28c254
@ -157,7 +157,7 @@ public class DungeonsXL extends BRPlugin {
|
|||||||
loadAll();
|
loadAll();
|
||||||
|
|
||||||
// Tasks
|
// Tasks
|
||||||
startAnnouncerTsak(200L);
|
startAnnouncerTask(200L);
|
||||||
startWorldUnloadTask(1200L);
|
startWorldUnloadTask(1200L);
|
||||||
startLazyUpdateTask(20L);
|
startLazyUpdateTask(20L);
|
||||||
startUpdateTask(20L);
|
startUpdateTask(20L);
|
||||||
|
Loading…
Reference in New Issue
Block a user