diff --git a/src/com/massivecraft/factions/FactionColl.java b/src/com/massivecraft/factions/FactionColl.java index b42edf2e..1caa06d9 100644 --- a/src/com/massivecraft/factions/FactionColl.java +++ b/src/com/massivecraft/factions/FactionColl.java @@ -125,29 +125,6 @@ public class FactionColl extends Coll return this.get(Const.FACTIONID_NONE); } - /* - private FactionColl() - { - super - ( - Faction.class, - new CopyOnWriteArrayList(), - new ConcurrentHashMap(), - new File(Factions.get().getDataFolder(), "factions.json"), - Factions.get().gson - ); - } - - @Override - public Type getMapType() - { - return new TypeToken>(){}.getType(); - } - - */ - - - // -------------------------------------------- // // FACTION TAG // -------------------------------------------- //