Rework of class interface.

This commit is contained in:
2023-09-11 11:01:09 -04:00
parent 7dc970ff53
commit 7bf31f9a47
4 changed files with 14 additions and 164 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public class GetHeightCmd extends AbstractDevCmd {
AbstractGameObject target) {
float height = HeightMap.getWorldHeight(pc);
float height = HeightMap.getWorldHeight(pc.getLoc());
this.throwbackInfo(pc, "Altitude : " + height);