Fix a typo in tropical fish for bodycolor
This commit is contained in:
parent
fe88691c5f
commit
bee383dd3b
@ -84,7 +84,7 @@ public class TropicalFishWatcher extends FishWatcher {
|
|||||||
|
|
||||||
@RandomDefaultValue
|
@RandomDefaultValue
|
||||||
public void setBodyColor(DyeColor dyeColor) {
|
public void setBodyColor(DyeColor dyeColor) {
|
||||||
setVariant(getData(dyeColor, dyeColor, getPattern()));
|
setVariant(getData(getPatternColor(), dyeColor, getPattern()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public TropicalFish.Pattern getPattern() {
|
public TropicalFish.Pattern getPattern() {
|
||||||
|
Loading…
Reference in New Issue
Block a user