traget name added to aiInfoCmd
This commit is contained in:
@@ -102,6 +102,7 @@ public class aiInfoCmd extends AbstractDevCmd {
|
|||||||
for(Map.Entry<Integer,Boolean> entry : mob.playerAgroMap.entrySet()){
|
for(Map.Entry<Integer,Boolean> entry : mob.playerAgroMap.entrySet()){
|
||||||
output += "Player ID: " + entry.getKey() + " Is Safemode: " + entry.getValue() + newline;
|
output += "Player ID: " + entry.getKey() + " Is Safemode: " + entry.getValue() + newline;
|
||||||
}
|
}
|
||||||
|
output += "Current Target: " + mob.getCombatTarget().getName() + newline;
|
||||||
}
|
}
|
||||||
throwbackInfo(pc, output);
|
throwbackInfo(pc, output);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user