Deprecate Factions#getNone in favor of Factions#getWilderness
This commit is contained in:
@@ -26,8 +26,11 @@ public abstract class Factions {
|
||||
|
||||
public abstract ArrayList<Faction> getAllFactions();
|
||||
|
||||
@Deprecated
|
||||
public abstract Faction getNone();
|
||||
|
||||
public abstract Faction getWilderness();
|
||||
|
||||
public abstract Faction getSafeZone();
|
||||
|
||||
public abstract Faction getWarZone();
|
||||
|
||||
Reference in New Issue
Block a user