mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-02 14:29:07 +01:00
ConfigManager hotfix
This commit is contained in:
parent
889470ae13
commit
867d497645
@ -1148,8 +1148,9 @@ public class ConfigManager {
|
||||
job.setBossbar(bossbar);
|
||||
job.setRejoinCd(rejoinCd);
|
||||
job.setMaxLevelCommands(jobSection.getStringList("commands-on-max-level"));
|
||||
job.setReversedWorldBlacklist(jobSection.getBoolean("reverse-world-blacklist-functionality"));
|
||||
job.setIgnoreMaxJobs(jobSection.getBoolean("ignore-jobs-max"));
|
||||
job.setReversedWorldBlacklist(jobSection.getBoolean("reverse-world-blacklist-functionality"));
|
||||
job.setIgnoreMaxJobs(jobSection.getBoolean("ignore-jobs-max"))
|
||||
|
||||
if (jobSection.isConfigurationSection("Quests")) {
|
||||
List<Quest> quests = new ArrayList<>();
|
||||
|
Loading…
Reference in New Issue
Block a user