DevCmd update.

This commit is contained in:
2023-09-11 11:25:28 -04:00
parent b923392b53
commit ff743151c6
+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 absY : " + currentZone.getAbsY());
this.throwbackInfo(playerCharacter, "Current Y : " + currentZone.getYCoord());
this.throwbackInfo(playerCharacter, "Parent Altitude : " + parentHeight);
this.throwbackInfo(playerCharacter, "Parent absY : " + parentZone.getAbsY());
this.throwbackInfo(playerCharacter, "Parent Y : " + parentZone.getYCoord());
this.throwbackInfo(playerCharacter, "Character Height: " + playerCharacter.getCharacterHeight());
this.throwbackInfo(playerCharacter, "Character Height to start swimming: " + playerCharacter.centerHeight);