diff --git a/src/com/massivecraft/factions/entity/MConf.java b/src/com/massivecraft/factions/entity/MConf.java index 706e20b4..1e52388e 100644 --- a/src/com/massivecraft/factions/entity/MConf.java +++ b/src/com/massivecraft/factions/entity/MConf.java @@ -126,19 +126,6 @@ public class MConf extends Entity 2 * TimeUnit.MILLIS_PER_WEEK, 5 * TimeUnit.MILLIS_PER_DAY // +5 days after 2 weeks ); - // -------------------------------------------- // - // SPECIAL FACTION IDS - // -------------------------------------------- // - // These are a deprecated remnant from the universe system. - // We needed these to understand the difference between wilderness in different universes. - // Now that we are back to one universe only, we can have static names like simply "none", "safezone" and "warzone". - // Previously we set them to UUID.randomUUID().toString() but now we set them to null. - // If the value is set we use it to update map entries and then set it to null really quick. - - public String factionIdNone = null; - public String factionIdSafezone = null; - public String factionIdWarzone = null; - // -------------------------------------------- // // DEFAULTS // -------------------------------------------- //