diff --git a/src/engine/devcmd/cmds/GetHeightCmd.java b/src/engine/devcmd/cmds/GetHeightCmd.java index 2de8cb42..e93e65e0 100644 --- a/src/engine/devcmd/cmds/GetHeightCmd.java +++ b/src/engine/devcmd/cmds/GetHeightCmd.java @@ -39,6 +39,8 @@ public class GetHeightCmd extends AbstractDevCmd { this.throwbackInfo(playerCharacter, "Altitude : " + currentHeight); this.throwbackInfo(playerCharacter, "Parent Altitude : " + parentHeight); + this.throwbackInfo(playerCharacter, "Parent absY : " + parentZone.getAbsY()); + this.throwbackInfo(playerCharacter, "Character Height: " + playerCharacter.getCharacterHeight()); this.throwbackInfo(playerCharacter, "Character Height to start swimming: " + playerCharacter.centerHeight);