mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-27 11:37:42 +01:00
Fix typo
This commit is contained in:
parent
34622b0ba3
commit
4b1a0bbeae
@ -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