diff options
author | Mattes D <github@xoft.cz> | 2016-07-06 12:39:56 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-07-18 22:11:40 +0200 |
commit | f8e1df2476074a86e4dc25204c2250a6111245de (patch) | |
tree | 863ea680019654b87a86b98f26854d90ad53826e /src/BlockEntities/MobHeadEntity.h | |
parent | Vector3: Removed useless NormalizeCopy overload from LuaAPI. (diff) | |
download | cuberite-f8e1df2476074a86e4dc25204c2250a6111245de.tar cuberite-f8e1df2476074a86e4dc25204c2250a6111245de.tar.gz cuberite-f8e1df2476074a86e4dc25204c2250a6111245de.tar.bz2 cuberite-f8e1df2476074a86e4dc25204c2250a6111245de.tar.lz cuberite-f8e1df2476074a86e4dc25204c2250a6111245de.tar.xz cuberite-f8e1df2476074a86e4dc25204c2250a6111245de.tar.zst cuberite-f8e1df2476074a86e4dc25204c2250a6111245de.zip |
Diffstat (limited to 'src/BlockEntities/MobHeadEntity.h')
-rw-r--r-- | src/BlockEntities/MobHeadEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/MobHeadEntity.h b/src/BlockEntities/MobHeadEntity.h index 0aac95536..eef88a201 100644 --- a/src/BlockEntities/MobHeadEntity.h +++ b/src/BlockEntities/MobHeadEntity.h @@ -42,7 +42,7 @@ public: /** Set the player for mob heads with player type */ void SetOwner(const cPlayer & a_Owner); - /** Sets the player components for the mob heads with player type */ + /** Sets the player components for the mob heads with player type. */ void SetOwner(const AString & a_OwnerUUID, const AString & a_OwnerName, const AString & a_OwnerTexture, const AString & a_OwnerTextureSignature); /** Returns the type of the mob head */ |