|
|
|
@ -155,10 +155,6 @@ public class aiInfoCmd extends AbstractDevCmd {
@@ -155,10 +155,6 @@ public class aiInfoCmd extends AbstractDevCmd {
|
|
|
|
|
output += "Walking: " + ((Mob) target).isMoving() + newline; |
|
|
|
|
output += "Destination: " + ((Mob) target).destination + newline; |
|
|
|
|
output += "is Pathing: " + mob.isPathing + newline; |
|
|
|
|
output += "NavPath: " + newline; |
|
|
|
|
for(PathingUtilities.Node point : ((Mob) target).navPath){ |
|
|
|
|
output += point.location + newline; |
|
|
|
|
} |
|
|
|
|
((Mob) target).isPathing = false; |
|
|
|
|
throwbackInfo(playerCharacter, output); |
|
|
|
|
} |
|
|
|
|