forked from MagicBane/Server
DevCmd update.
This commit is contained in:
@@ -39,6 +39,8 @@ public class GetHeightCmd extends AbstractDevCmd {
|
|||||||
|
|
||||||
this.throwbackInfo(playerCharacter, "Altitude : " + currentHeight);
|
this.throwbackInfo(playerCharacter, "Altitude : " + currentHeight);
|
||||||
this.throwbackInfo(playerCharacter, "Parent Altitude : " + parentHeight);
|
this.throwbackInfo(playerCharacter, "Parent Altitude : " + parentHeight);
|
||||||
|
this.throwbackInfo(playerCharacter, "Parent absY : " + parentZone.getAbsY());
|
||||||
|
|
||||||
this.throwbackInfo(playerCharacter, "Character Height: " + playerCharacter.getCharacterHeight());
|
this.throwbackInfo(playerCharacter, "Character Height: " + playerCharacter.getCharacterHeight());
|
||||||
this.throwbackInfo(playerCharacter, "Character Height to start swimming: " + playerCharacter.centerHeight);
|
this.throwbackInfo(playerCharacter, "Character Height to start swimming: " + playerCharacter.centerHeight);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user