mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-10 09:31:57 +01:00
Fix setAge and related methods
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
parent
9c86c4b3ce
commit
a134a4961c
@ -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 New Issue
Block a user