forked from MagicBane/Server
DevCmd output updated
This commit is contained in:
@@ -56,7 +56,7 @@ public class GetHeightCmd extends AbstractDevCmd {
|
||||
this.throwbackInfo(playerCharacter, "Height returned : " + parentHeight);
|
||||
this.throwbackInfo(playerCharacter, "------------");
|
||||
|
||||
this.throwbackInfo(playerCharacter, "Min: " + heightmapZone.getHeightMap().zone_maxBlend + " Max: " + heightmapZone.getHeightMap().zone_maxBlend);
|
||||
this.throwbackInfo(playerCharacter, "Min: " + heightmapZone.getHeightMap().zone_minBlend + " Max: " + heightmapZone.getHeightMap().zone_maxBlend);
|
||||
|
||||
|
||||
if (Bounds.collide(playerCharacter.getLoc(), heightmapZone.maxBlend)) {
|
||||
|
||||
Reference in New Issue
Block a user