aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ThrownEgg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/ThrownEgg.cpp')
-rw-r--r--Minecraft.World/ThrownEgg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/ThrownEgg.cpp b/Minecraft.World/ThrownEgg.cpp
index 45e5ca8c..1378e094 100644
--- a/Minecraft.World/ThrownEgg.cpp
+++ b/Minecraft.World/ThrownEgg.cpp
@@ -21,7 +21,7 @@ ThrownEgg::ThrownEgg(Level *level) : Throwable(level)
_init();
}
-ThrownEgg::ThrownEgg(Level *level, shared_ptr<Mob> mob) : Throwable(level,mob)
+ThrownEgg::ThrownEgg(Level *level, shared_ptr<LivingEntity> mob) : Throwable(level,mob)
{
_init();
}