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:
parent
beaf423e00
commit
196d252a4f
@ -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<>();
|
||||
|
Loading…
Reference in New Issue
Block a user