mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-05 09:09:40 +01:00
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
|
||||
public void setBodyColor(DyeColor dyeColor) {
|
||||
setVariant(getData(dyeColor, dyeColor, getPattern()));
|
||||
setVariant(getData(getPatternColor(), dyeColor, getPattern()));
|
||||
}
|
||||
|
||||
public TropicalFish.Pattern getPattern() {
|
||||
|
Loading…
Reference in New Issue
Block a user