mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-12 20:09:22 +00:00
Fix a typo in tropical fish for bodycolor
This commit is contained in:
parent
fe88691c5f
commit
bee383dd3b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue