mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 02:35:49 +01:00
Fix setAge and related methods
This commit is contained in:
parent
923b375d8e
commit
585a827dcd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class CraftAgeable extends CraftCreature implements Ageable {
|
|||
}
|
||||
|
||||
public void setAge(int age) {
|
||||
getHandle().setAge(age);
|
||||
getHandle().setAgeRaw(age);
|
||||
}
|
||||
|
||||
public void setAgeLock(boolean lock) {
|
||||
|
|
Loading…
Reference in a new issue