Remove unused config

This commit is contained in:
Magnus Ulf 2020-01-22 00:39:38 +01:00
parent 7ed4aedcac
commit abb00e3c81

View File

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