DevCmd update.

This commit is contained in:
2023-09-11 11:17:34 -04:00
parent eefa50b2c3
commit 15d272c621
+2
View File
@@ -39,6 +39,8 @@ public class GetHeightCmd extends AbstractDevCmd {
this.throwbackInfo(playerCharacter, "Altitude : " + currentHeight); this.throwbackInfo(playerCharacter, "Altitude : " + currentHeight);
this.throwbackInfo(playerCharacter, "Parent Altitude : " + parentHeight); 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: " + playerCharacter.getCharacterHeight());
this.throwbackInfo(playerCharacter, "Character Height to start swimming: " + playerCharacter.centerHeight); this.throwbackInfo(playerCharacter, "Character Height to start swimming: " + playerCharacter.centerHeight);