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

Fixed spacing and removed default

This commit is contained in:
LogGitDev 2021-05-05 06:15:42 +10:00 committed by GitHub
parent beaf423e00
commit 196d252a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1148,7 +1148,7 @@ public class ConfigManager {
job.setBossbar(bossbar);
job.setRejoinCd(rejoinCd);
job.setMaxLevelCommands(jobSection.getStringList("commands-on-max-level"));
job.setIgnoreMaxJobs(jobSection.getBoolean("ignore-jobs-max", false));
job.setIgnoreMaxJobs(jobSection.getBoolean("ignore-jobs-max"));
if (jobSection.isConfigurationSection("Quests")) {
List<Quest> quests = new ArrayList<>();