Remove a comment we no longer need.
This commit is contained in:
parent
f2b24003bf
commit
cfd172b7b9
@ -125,29 +125,6 @@ public class FactionColl extends Coll<Faction, String>
|
|||||||
return this.get(Const.FACTIONID_NONE);
|
return this.get(Const.FACTIONID_NONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
private FactionColl()
|
|
||||||
{
|
|
||||||
super
|
|
||||||
(
|
|
||||||
Faction.class,
|
|
||||||
new CopyOnWriteArrayList<Faction>(),
|
|
||||||
new ConcurrentHashMap<String, Faction>(),
|
|
||||||
new File(Factions.get().getDataFolder(), "factions.json"),
|
|
||||||
Factions.get().gson
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Type getMapType()
|
|
||||||
{
|
|
||||||
return new TypeToken<Map<String, Faction>>(){}.getType();
|
|
||||||
}
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// -------------------------------------------- //
|
// -------------------------------------------- //
|
||||||
// FACTION TAG
|
// FACTION TAG
|
||||||
// -------------------------------------------- //
|
// -------------------------------------------- //
|
||||||
|
Loading…
Reference in New Issue
Block a user