forked from MagicBane/Server
class and table schema now conform to JSON
This commit is contained in:
@@ -59,7 +59,7 @@ public class GetHeightCmd extends AbstractDevCmd {
|
||||
this.throwbackInfo(playerCharacter, "Min: " + heightmapZone.getHeightMap().zone_minBlend + " Max: " + heightmapZone.getHeightMap().zone_maxBlend);
|
||||
|
||||
|
||||
if (Bounds.collide(playerCharacter.getLoc(), heightmapZone.maxBlend)) {
|
||||
if (Bounds.collide(playerCharacter.getLoc(), heightmapZone.blendBounds)) {
|
||||
this.throwbackInfo(playerCharacter, "Blend: Max (Child)");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user