diff options
| author | ModMaker101 <119018978+ModMaker101@users.noreply.github.com> | 2026-03-05 02:23:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-05 14:23:56 +0700 |
| commit | 91e50aa346c975d1f177b7ec2201c4e01839d75d (patch) | |
| tree | d7e6367579cc12591215cc791059d2a8b4bf1d83 /Minecraft.World/PanicGoal.h | |
| parent | 981c87732c3b075e74b6fafee0f2572bb98c5572 (diff) | |
Fix animals stuck in panic state #514 (#519)
Diffstat (limited to 'Minecraft.World/PanicGoal.h')
| -rw-r--r-- | Minecraft.World/PanicGoal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.World/PanicGoal.h b/Minecraft.World/PanicGoal.h index 2db64a75..65a4e6d8 100644 --- a/Minecraft.World/PanicGoal.h +++ b/Minecraft.World/PanicGoal.h @@ -1,6 +1,7 @@ #pragma once #include "Goal.h" +#include <random> class PathfinderMob; |
