mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Update LivingEntity.java
This commit is contained in:
parent
8620529f4c
commit
9d51006e1d
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ public class LivingEntity extends Entity {
|
|||
return freezingPercentage;
|
||||
}
|
||||
|
||||
public void setScale(float scale) {
|
||||
protected void setScale(float scale) {
|
||||
this.scale = scale;
|
||||
applyScale();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue