From 98234d8ccc8bdffac710b9676555046621721af9 Mon Sep 17 00:00:00 2001 From: Olof Larsson Date: Fri, 24 Mar 2017 20:24:01 +0100 Subject: [PATCH] Remove a universe remnant in the MConf --- src/com/massivecraft/factions/entity/MConf.java | 13 ------------- 1 file changed, 13 deletions(-) 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 // -------------------------------------------- //