Devcmd output updated.

This commit is contained in:
2023-09-14 13:41:07 -04:00
parent cbf05cfe5b
commit 525d0c21bb
+1 -1
View File
@@ -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, "------------");