mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-26 04:25:15 +01:00
Fixed missing semi colon
This commit is contained in:
parent
1896d57f93
commit
6b4edf7508
@ -1150,7 +1150,7 @@ public class ConfigManager {
|
||||
job.setMaxLevelCommands(jobSection.getStringList("commands-on-max-level"));
|
||||
job.setIgnoreMaxJobs(jobSection.getBoolean("ignore-jobs-max"));
|
||||
job.setReversedWorldBlacklist(jobSection.getBoolean("reverse-world-blacklist-functionality"));
|
||||
job.setIgnoreMaxJobs(jobSection.getBoolean("ignore-jobs-max"))
|
||||
job.setIgnoreMaxJobs(jobSection.getBoolean("ignore-jobs-max"));
|
||||
|
||||
if (jobSection.isConfigurationSection("Quests")) {
|
||||
List<Quest> quests = new ArrayList<>();
|
||||
|
Loading…
Reference in New Issue
Block a user