diff options
author | archshift <admin@archshift.com> | 2014-04-27 18:42:31 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-04-27 18:42:31 +0200 |
commit | 15324f3bbdaf7529636cc1930e1c1b87ef911d86 (patch) | |
tree | 4030ee1315e1c6f6e498713e11f3e56b985aeeac /src/Entities/ProjectileEnderPearl.cpp | |
parent | Fixed ToLua issues (diff) | |
download | cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.tar cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.tar.gz cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.tar.bz2 cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.tar.lz cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.tar.xz cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.tar.zst cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Entities/ProjectileEnderPearl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/ProjectileEnderPearl.cpp b/src/Entities/ProjectileEnderPearl.cpp index 4e848f189..db32f47b7 100644 --- a/src/Entities/ProjectileEnderPearl.cpp +++ b/src/Entities/ProjectileEnderPearl.cpp @@ -51,4 +51,4 @@ void cThrownEnderPearlEntity::TeleportCreator(const Vector3d & a_HitPos) m_Creator->TeleportToCoords(a_HitPos.x + 0.5, a_HitPos.y + 1.7, a_HitPos.z + 0.5); m_Creator->TakeDamage(dtEnderPearl, this, 5, 0); } -}
\ No newline at end of file +} |