traget name added to aiInfoCmd

This commit is contained in:
2023-05-28 13:13:49 -05:00
parent bfcdd3bf4b
commit 545163f60b
+1
View File
@@ -102,6 +102,7 @@ public class aiInfoCmd extends AbstractDevCmd {
for(Map.Entry<Integer,Boolean> entry : mob.playerAgroMap.entrySet()){
output += "Player ID: " + entry.getKey() + " Is Safemode: " + entry.getValue() + newline;
}
output += "Current Target: " + mob.getCombatTarget().getName() + newline;
}
throwbackInfo(pc, output);
}