Browse Source

Dev command updated

feature-region-set
MagicBot 1 year ago
parent
commit
4b46eddc47
  1. 2
      src/engine/devcmd/cmds/GetHeightCmd.java

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

@ -21,7 +21,6 @@ public class GetHeightCmd extends AbstractDevCmd { @@ -21,7 +21,6 @@ public class GetHeightCmd extends AbstractDevCmd {
public GetHeightCmd() {
super("getHeight");
this.addCmdString("height");
}
@Override
@ -53,6 +52,7 @@ public class GetHeightCmd extends AbstractDevCmd { @@ -53,6 +52,7 @@ public class GetHeightCmd extends AbstractDevCmd {
this.throwbackInfo(playerCharacter, "Parent : " + parentZone.getName());
this.throwbackInfo(playerCharacter, "Height returned : " + parentHeight);
this.throwbackInfo(playerCharacter, "Character Height: " + playerCharacter.getCharacterHeight());
this.throwbackInfo(playerCharacter, "Drowning Height: " + heightmapZone.getSeaLevel() + playerCharacter.getCharacterHeight());
}
@Override

Loading…
Cancel
Save