Skip to content

Commit

Permalink
Merge branch '1.20.2' into 1.20.4
Browse files Browse the repository at this point in the history
* 1.20.2:
  Removed debug
  • Loading branch information
Faboslav committed Jan 31, 2024
2 parents 672b9d5 + b309aeb commit 8507e74
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import net.minecraft.entity.ai.brain.Brain;
import net.minecraft.entity.ai.brain.MemoryModuleState;
import net.minecraft.entity.ai.brain.MemoryModuleType;
import net.minecraft.entity.ai.brain.task.MultiTickTask;
import net.minecraft.entity.ai.brain.task.Task;
import net.minecraft.entity.ai.control.FlightMoveControl;
import net.minecraft.entity.ai.pathing.BirdNavigation;
import net.minecraft.entity.ai.pathing.EntityNavigation;
Expand Down Expand Up @@ -192,12 +190,6 @@ protected void mobTick() {
GlareBrain.updateActivities(this);
this.getWorld().getProfiler().pop();

for (var runningTask : this.getBrain().getRunningTasks()) {
if (runningTask.getStatus() == MultiTickTask.Status.RUNNING) {
FriendsAndFoes.getLogger().info(runningTask.toString());
}
}

super.mobTick();
}

Expand Down

0 comments on commit 8507e74

Please sign in to comment.