mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-14 12:50:13 +00:00
Merge branch 'master' of github.com:libraryaddict/LibsDisguises
This commit is contained in:
commit
9094e66dfb
1 changed files with 1 additions and 1 deletions
|
@ -79,6 +79,6 @@ public class VillagerWatcher extends AbstractVillagerWatcher {
|
|||
|
||||
@NmsAddedIn(val = NmsVersion.v1_14)
|
||||
public void setLevel(int level) {
|
||||
setVillagerData(new VillagerData(getType(), getProfession(), getLevel()));
|
||||
setVillagerData(new VillagerData(getType(), getProfession(), level));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue