mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-26 04:25:15 +01:00
Update ScheduleManager.java
This commit is contained in:
parent
c7e4ead402
commit
1dd7c6f6d3
@ -180,7 +180,7 @@ public class ScheduleManager {
|
||||
if (!conf.contains("Boost"))
|
||||
return;
|
||||
|
||||
ArrayList<String> sections = new ArrayList<String>(conf.getConfigurationSection("Boost").getKeys(false));
|
||||
ArrayList<String> sections = new ArrayList<>(conf.getConfigurationSection("Boost").getKeys(false));
|
||||
|
||||
for (String OneSection : sections) {
|
||||
ConfigurationSection path = conf.getConfigurationSection("Boost." + OneSection);
|
||||
|
Loading…
Reference in New Issue
Block a user