mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-16 20:31:30 +01:00
Fix typo
This commit is contained in:
parent
9fa9e73f21
commit
8960722ad7
@ -146,7 +146,7 @@ public class CitizensAI implements AI {
|
||||
entry.goal.reset();
|
||||
executingGoals.remove(entry);
|
||||
}
|
||||
} else if (entry.goal.continueExecuting() && isGoalAllowable(entry)) {
|
||||
} else if (entry.goal.shouldExecute() && isGoalAllowable(entry)) {
|
||||
entry.goal.start();
|
||||
executingGoals.add(entry);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user