diff --git a/src/com/massivecraft/factions/entity/MConf.java b/src/com/massivecraft/factions/entity/MConf.java index 4a488dfb..ffa532c6 100644 --- a/src/com/massivecraft/factions/entity/MConf.java +++ b/src/com/massivecraft/factions/entity/MConf.java @@ -93,13 +93,6 @@ public class MConf extends Entity // This is for other plugins/mods that use a fake player to take actions, which shouldn't be subject to our protections. public Set playersWhoBypassAllProtection = new MassiveSet<>(); - // -------------------------------------------- // - // TASKS - // -------------------------------------------- // - - // Define the time in minutes between certain Factions system tasks is ran. - public double taskEconLandRewardMinutes = 20; - // -------------------------------------------- // // REMOVE DATA // -------------------------------------------- //