Bassebombecraft

Bassebombecraft

18.5k Downloads

Removal of AI goals in AiUtils.removeGoals() should not only clear running goals

Closed this issue ยท 2 comments

commented
commented

Solution: Access private field in GoalSelector class:
private final Set<PrioritizedGoal> goals = Sets.newLinkedHashSet();

commented

Closed with commit 3d81111.