forked from MagicBane/Server
DevCmd update.
This commit is contained in:
@@ -37,7 +37,8 @@ public class GetHeightCmd extends AbstractDevCmd {
|
|||||||
float currentHeight = HeightMap.getWorldHeight(currentZone, playerCharacter.getLoc());
|
float currentHeight = HeightMap.getWorldHeight(currentZone, playerCharacter.getLoc());
|
||||||
float parentHeight = HeightMap.getWorldHeight(parentZone, playerCharacter.getLoc());
|
float parentHeight = HeightMap.getWorldHeight(parentZone, playerCharacter.getLoc());
|
||||||
|
|
||||||
this.throwbackInfo(playerCharacter, "Altitude : " + currentHeight);
|
this.throwbackInfo(playerCharacter, "Current Altitude : " + currentHeight);
|
||||||
|
this.throwbackInfo(playerCharacter, "Current absY : " + currentZone.getAbsY());
|
||||||
this.throwbackInfo(playerCharacter, "Parent Altitude : " + parentHeight);
|
this.throwbackInfo(playerCharacter, "Parent Altitude : " + parentHeight);
|
||||||
this.throwbackInfo(playerCharacter, "Parent absY : " + parentZone.getAbsY());
|
this.throwbackInfo(playerCharacter, "Parent absY : " + parentZone.getAbsY());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user