|
|
|
@ -63,14 +63,6 @@ public class RegionCmd extends AbstractDevCmd {
@@ -63,14 +63,6 @@ public class RegionCmd extends AbstractDevCmd {
|
|
|
|
|
output += "NavMesh Data" + newline; |
|
|
|
|
this.throwbackInfo(pc, output); |
|
|
|
|
} |
|
|
|
|
//Zone zone = ZoneManager.findSmallestZone(((AbstractCharacter) target).loc);
|
|
|
|
|
//if(zone != null) {
|
|
|
|
|
// output += "zone: " + zone.zoneName + newline;
|
|
|
|
|
// output += "on navmesh: " + zone.navMesh.contains(((AbstractCharacter) target).loc.x,((AbstractCharacter) target).loc.z) + newline;
|
|
|
|
|
//}else {
|
|
|
|
|
// output += "zone: null" + newline;
|
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
output += "pointBlocked: " + NavigationManager.pointIsBlocked(((AbstractCharacter)target).loc); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|