From abb00e3c812492d44309e6c3e47683ccf209d183 Mon Sep 17 00:00:00 2001 From: Magnus Ulf Date: Wed, 22 Jan 2020 00:39:38 +0100 Subject: [PATCH] Remove unused config --- src/com/massivecraft/factions/entity/MConf.java | 7 ------- 1 file changed, 7 deletions(-) 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 // -------------------------------------------- //