diff options
Diffstat (limited to 'Minecraft.World/BegGoal.h')
| -rw-r--r-- | Minecraft.World/BegGoal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/BegGoal.h b/Minecraft.World/BegGoal.h index b80a68a5..607937a7 100644 --- a/Minecraft.World/BegGoal.h +++ b/Minecraft.World/BegGoal.h @@ -23,7 +23,7 @@ public: virtual void tick(); private: - bool playerHoldingInteresting(std::shared_ptr<Player> player); + bool playerHoldingInteresting(shared_ptr<Player> player); public: // 4J Added override to update ai elements when loading entity from schematics |
