Browse Source

Devcmd output updated.

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

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

@ -47,7 +47,7 @@ public class GetHeightCmd extends AbstractDevCmd { @@ -47,7 +47,7 @@ public class GetHeightCmd extends AbstractDevCmd {
this.throwbackInfo(playerCharacter, "Sea Level: " + heightmapZone.getSeaLevel());
this.throwbackInfo(playerCharacter, "Grid : " + (int) gridSquare.x + "x" + (int) gridSquare.y);
this.throwbackInfo(playerCharacter, "***Height returned: " + currentHeight);
this.throwbackInfo(playerCharacter, "***Adjusted Height: " + playerCharacter.getCharacterHeight());
this.throwbackInfo(playerCharacter, "***Adjusted Height: " + (currentHeight + playerCharacter.getCharacterHeight()));
this.throwbackInfo(playerCharacter, "Drowning Height: " + (heightmapZone.getSeaLevel() + playerCharacter.getCharacterHeight()));
this.throwbackInfo(playerCharacter, "------------");

Loading…
Cancel
Save