Changed name for no faction to wilderness
This commit is contained in:
parent
724ce03a40
commit
6e00b16f38
@ -368,8 +368,8 @@ public class Faction {
|
|||||||
// Make sure the default neutral faction exists
|
// Make sure the default neutral faction exists
|
||||||
if ( ! instances.containsKey(0)) {
|
if ( ! instances.containsKey(0)) {
|
||||||
Faction faction = new Faction();
|
Faction faction = new Faction();
|
||||||
faction.tag = "*No faction*";
|
faction.tag = ChatColor.DARK_GREEN+"Wilderness";
|
||||||
faction.description = "\"The faction for the factionless :P\"";
|
faction.description = "";
|
||||||
faction.id = 0;
|
faction.id = 0;
|
||||||
instances.put(faction.id, faction);
|
instances.put(faction.id, faction);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user