fsm lookup changes

This commit is contained in:
2023-04-16 19:50:59 -05:00
parent 6817c3dffe
commit f855ec9a19
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1987,7 +1987,7 @@ public class Mob extends AbstractIntelligenceAgent {
this.patrolPoints.add(newPatrolPoint);
}
}
this.BehaviourType = MobileFSM.MobBehaviourType.valueOf(getMobBase().fsm);
this.BehaviourType = this.getMobBase().fsm;
} catch (Exception e) {
Logger.error(e.getMessage());
}