DevCmd update.

This commit is contained in:
2023-09-11 12:14:42 -04:00
parent d84f223b9d
commit 7337f4be1e
+2 -2
View File
@@ -38,9 +38,9 @@ public class GetHeightCmd extends AbstractDevCmd {
float parentHeight = HeightMap.getWorldHeight(parentZone, playerCharacter.getLoc());
this.throwbackInfo(playerCharacter, "Current Altitude : " + currentHeight);
this.throwbackInfo(playerCharacter, "Current Y : " + currentZone.getWorldAltitude());
this.throwbackInfo(playerCharacter, "Current Y : " + currentZone.getAbsY());
this.throwbackInfo(playerCharacter, "Parent Altitude : " + parentHeight);
this.throwbackInfo(playerCharacter, "Parent Y : " + parentZone.getWorldAltitude());
this.throwbackInfo(playerCharacter, "Parent Y : " + parentZone.getAbsY());
this.throwbackInfo(playerCharacter, "Character Height: " + playerCharacter.getCharacterHeight());
this.throwbackInfo(playerCharacter, "Character Height to start swimming: " + playerCharacter.centerHeight);