EntityAIGroup typo fix

This commit is contained in:
Konstantin Shandurenko 2021-03-01 16:52:19 +03:00
parent 412de5de20
commit e1e546d9fa

View File

@ -86,6 +86,7 @@ public class EntityAIGroup {
currentGoalSelector = selector;
setCurrentGoalSelector(currentGoalSelector);
currentGoalSelector.start();
break;
}
}