forked from MagicBane/Server
Rework of class interface.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user