Fix a typo in tropical fish for bodycolor

This commit is contained in:
libraryaddict
2020-03-05 11:17:57 +13:00
parent fe88691c5f
commit bee383dd3b

View File

@@ -84,7 +84,7 @@ public class TropicalFishWatcher extends FishWatcher {
@RandomDefaultValue
public void setBodyColor(DyeColor dyeColor) {
setVariant(getData(dyeColor, dyeColor, getPattern()));
setVariant(getData(getPatternColor(), dyeColor, getPattern()));
}
public TropicalFish.Pattern getPattern() {