mirror of
https://github.com/GeyserMC/Geyser.git
synced 2026-01-04 15:31:36 +00:00
@@ -1312,7 +1312,7 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
|
||||
}
|
||||
|
||||
private void switchPose(boolean value, EntityFlag flag, Pose pose) {
|
||||
this.pose = value ? pose : Pose.STANDING;
|
||||
this.pose = value ? pose : this.pose == pose ? Pose.STANDING : this.pose;
|
||||
playerEntity.setDimensionsFromPose(this.pose);
|
||||
playerEntity.setFlag(flag, value);
|
||||
playerEntity.updateBedrockMetadata();
|
||||
|
||||
Reference in New Issue
Block a user