Instance and construct pattern for Colls does not seem to work before full mcore migration.
This commit is contained in:
parent
879e8b4170
commit
c6ea2016cb
@ -18,7 +18,13 @@ import com.massivecraft.factions.zcore.util.TextUtil;
|
||||
|
||||
public class FactionColl extends EntityCollection<Faction>
|
||||
{
|
||||
// -------------------------------------------- //
|
||||
// INSTANCE & CONSTRUCT
|
||||
// -------------------------------------------- //
|
||||
|
||||
public static FactionColl i = new FactionColl();
|
||||
// public static FactionColl get() { return i; }
|
||||
// TODO: Crap, does not work because of the instance method colliding.
|
||||
|
||||
private FactionColl()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user