aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/TamableAnimal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/TamableAnimal.cpp')
-rw-r--r--Minecraft.World/TamableAnimal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/TamableAnimal.cpp b/Minecraft.World/TamableAnimal.cpp
index b065d7bd..abefb097 100644
--- a/Minecraft.World/TamableAnimal.cpp
+++ b/Minecraft.World/TamableAnimal.cpp
@@ -148,7 +148,7 @@ void TamableAnimal::setOwnerUUID(const wstring &name)
entityData->set(DATA_OWNERUUID_ID, name);
}
-shared_ptr<Mob> TamableAnimal::getOwner()
+std::shared_ptr<Mob> TamableAnimal::getOwner()
{
return level->getPlayerByUUID(getOwnerUUID());
}