|
|
|
@ -39,6 +39,8 @@ public class GetHeightCmd extends AbstractDevCmd {
@@ -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); |
|
|
|
|
|
|
|
|
|