mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Fix setAge and related methods
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
parent
9c86c4b3ce
commit
a134a4961c
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…
Add table
Reference in a new issue