aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ThrownExpBottle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/ThrownExpBottle.cpp')
-rw-r--r--Minecraft.World/ThrownExpBottle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/ThrownExpBottle.cpp b/Minecraft.World/ThrownExpBottle.cpp
index 75d3d9a1..b8dbef96 100644
--- a/Minecraft.World/ThrownExpBottle.cpp
+++ b/Minecraft.World/ThrownExpBottle.cpp
@@ -11,7 +11,7 @@ ThrownExpBottle::ThrownExpBottle(Level *level) : Throwable(level)
{
}
-ThrownExpBottle::ThrownExpBottle(Level *level, shared_ptr<Mob> mob) : Throwable(level,mob)
+ThrownExpBottle::ThrownExpBottle(Level *level, shared_ptr<LivingEntity> mob) : Throwable(level,mob)
{
}