mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
SPIGOT-2092: Directly set sittging status
By: md_5 <git@md-5.net>
This commit is contained in:
parent
22bfd9c3e9
commit
d76c6e0cf4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class CraftTameableAnimal extends CraftAnimals implements Tameable, Creat
|
|||
}
|
||||
|
||||
public void setSitting(boolean sitting) {
|
||||
getHandle().getGoalSit().setSitting(sitting);
|
||||
getHandle().setSitting(sitting);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue