MassiveCore - Editor Changes
This commit is contained in:
parent
54bd67dbb4
commit
41bfc0bd8f
@ -25,6 +25,7 @@ public class TypeFaction extends TypeAbstract<Faction>
|
||||
|
||||
private static TypeFaction i = new TypeFaction();
|
||||
public static TypeFaction get() { return i; }
|
||||
public TypeFaction() { super(Faction.class); }
|
||||
|
||||
// -------------------------------------------- //
|
||||
// OVERRIDE
|
||||
|
@ -18,6 +18,7 @@ public class TypeSortMPlayer extends TypeAbstractChoice<Comparator<MPlayer>>
|
||||
public static TypeSortMPlayer get() { return i; }
|
||||
public TypeSortMPlayer()
|
||||
{
|
||||
super(Comparator.class);
|
||||
this.setAll(
|
||||
PlayerRoleComparator.get(),
|
||||
PlayerPowerComparator.get(),
|
||||
|
Loading…
Reference in New Issue
Block a user