aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ThrownExpBottle.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/ThrownExpBottle.h')
-rw-r--r--Minecraft.World/ThrownExpBottle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/ThrownExpBottle.h b/Minecraft.World/ThrownExpBottle.h
index 8430794b..4531e3e7 100644
--- a/Minecraft.World/ThrownExpBottle.h
+++ b/Minecraft.World/ThrownExpBottle.h
@@ -11,7 +11,7 @@ public:
static Entity *create(Level *level) { return new ThrownExpBottle(level); }
public:
ThrownExpBottle(Level *level);
- ThrownExpBottle(Level *level, shared_ptr<Mob> mob);
+ ThrownExpBottle(Level *level, shared_ptr<LivingEntity> mob);
ThrownExpBottle(Level *level, double x, double y, double z);
protected: