1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-29 14:05:25 +01:00

Merge pull request #1171 from Zrips/remove-duplicates

remove duplicate text
This commit is contained in:
LogGitDev 2021-05-05 18:49:45 +10:00 committed by GitHub
commit cddd75f3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1150,7 +1150,6 @@ public class ConfigManager {
job.setMaxLevelCommands(jobSection.getStringList("commands-on-max-level")); job.setMaxLevelCommands(jobSection.getStringList("commands-on-max-level"));
job.setIgnoreMaxJobs(jobSection.getBoolean("ignore-jobs-max")); job.setIgnoreMaxJobs(jobSection.getBoolean("ignore-jobs-max"));
job.setReversedWorldBlacklist(jobSection.getBoolean("reverse-world-blacklist-functionality")); job.setReversedWorldBlacklist(jobSection.getBoolean("reverse-world-blacklist-functionality"));
job.setIgnoreMaxJobs(jobSection.getBoolean("ignore-jobs-max"));
if (jobSection.isConfigurationSection("Quests")) { if (jobSection.isConfigurationSection("Quests")) {
List<Quest> quests = new ArrayList<>(); List<Quest> quests = new ArrayList<>();