Unofficial cultures and races are treated separately.

This commit is contained in:
marcins78
2013-01-21 15:09:38 +00:00
parent 07c4d1420a
commit f76f8bc3d7

View File

@@ -10,7 +10,7 @@ public enum Race implements Filterable {
private boolean _official;
private Race(String humanReadable) {
_humanReadable = humanReadable;
this(humanReadable, true);
}
private Race(String humanReadable, boolean official) {