diff --git a/gemp-lotr/gemp-lotr-common/src/main/java/com/gempukku/lotro/common/Race.java b/gemp-lotr/gemp-lotr-common/src/main/java/com/gempukku/lotro/common/Race.java index 921f0996c..6f05c8023 100644 --- a/gemp-lotr/gemp-lotr-common/src/main/java/com/gempukku/lotro/common/Race.java +++ b/gemp-lotr/gemp-lotr-common/src/main/java/com/gempukku/lotro/common/Race.java @@ -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) {