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