forked from MagicBane/Server
Devcmd output updated.
This commit is contained in:
@@ -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, "------------");
|
||||
|
||||
Reference in New Issue
Block a user