Variable hidden elevated to abschar.

This commit is contained in:
2023-09-02 15:57:23 -04:00
parent d409ef49af
commit 71eeb3f6b8
6 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ public class MobAI {
return false;
}
if (!mob.canSee((PlayerCharacter) mob.getCombatTarget())) {
if (!mob.canSee((AbstractCharacter) mob.getCombatTarget())) {
mob.setCombatTarget(null);
return false;
}