forked from MagicBane/Server
DevCmd update.
This commit is contained in:
@@ -38,9 +38,9 @@ public class GetHeightCmd extends AbstractDevCmd {
|
||||
float parentHeight = HeightMap.getWorldHeight(parentZone, playerCharacter.getLoc());
|
||||
|
||||
this.throwbackInfo(playerCharacter, "Current Altitude : " + currentHeight);
|
||||
this.throwbackInfo(playerCharacter, "Current Y : " + currentZone.getYCoord());
|
||||
this.throwbackInfo(playerCharacter, "Current Y : " + currentZone.getWorldAltitude());
|
||||
this.throwbackInfo(playerCharacter, "Parent Altitude : " + parentHeight);
|
||||
this.throwbackInfo(playerCharacter, "Parent Y : " + parentZone.getYCoord());
|
||||
this.throwbackInfo(playerCharacter, "Parent Y : " + parentZone.getWorldAltitude());
|
||||
|
||||
this.throwbackInfo(playerCharacter, "Character Height: " + playerCharacter.getCharacterHeight());
|
||||
this.throwbackInfo(playerCharacter, "Character Height to start swimming: " + playerCharacter.centerHeight);
|
||||
|
||||
Reference in New Issue
Block a user