Browse Source

DevCmd update.

feature-workorder
MagicBot 1 year ago
parent
commit
15d272c621
  1. 2
      src/engine/devcmd/cmds/GetHeightCmd.java

2
src/engine/devcmd/cmds/GetHeightCmd.java

@ -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);

Loading…
Cancel
Save