1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-01-02 14:29:07 +01:00

ConfigManager hotfix

This commit is contained in:
LogGitDev 2021-05-05 18:24:05 +10:00 committed by GitHub
parent 889470ae13
commit 867d497645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<>();