mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Fixed intense lag/lockup when playing as a flying race
This commit is contained in:
parent
85a0705fd3
commit
e78c03be98
1 changed files with 0 additions and 3 deletions
|
@ -153,9 +153,6 @@ public class PlayerPhysics extends EntityPhysics<PlayerEntity> implements Tickab
|
|||
if (wasFlying) {
|
||||
entity.calculateDimensions();
|
||||
}
|
||||
|
||||
pony.setDirty();
|
||||
entity.sendAbilitiesUpdate();
|
||||
}
|
||||
|
||||
private double getHorizontalMotion() {
|
||||
|
|
Loading…
Reference in a new issue