diff options
author | Mattes D <github@xoft.cz> | 2015-03-21 14:07:16 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-03-21 14:07:16 +0100 |
commit | 7e7527cc43efdd3f83fcf65cb9d6cac3222854d2 (patch) | |
tree | 37e180f4c2bdcca7f0f23407fdf12a5766202453 /src/Entities/ArrowEntity.cpp | |
parent | Improved arrow in-flight and block-hit appearance (diff) | |
download | cuberite-7e7527cc43efdd3f83fcf65cb9d6cac3222854d2.tar cuberite-7e7527cc43efdd3f83fcf65cb9d6cac3222854d2.tar.gz cuberite-7e7527cc43efdd3f83fcf65cb9d6cac3222854d2.tar.bz2 cuberite-7e7527cc43efdd3f83fcf65cb9d6cac3222854d2.tar.lz cuberite-7e7527cc43efdd3f83fcf65cb9d6cac3222854d2.tar.xz cuberite-7e7527cc43efdd3f83fcf65cb9d6cac3222854d2.tar.zst cuberite-7e7527cc43efdd3f83fcf65cb9d6cac3222854d2.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Entities/ArrowEntity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/ArrowEntity.cpp b/src/Entities/ArrowEntity.cpp index 24d21aa53..3c1fabb1b 100644 --- a/src/Entities/ArrowEntity.cpp +++ b/src/Entities/ArrowEntity.cpp @@ -188,7 +188,7 @@ void cArrowEntity::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) } if (m_IsInGround) - { + { if (!m_HasTeleported) // Sent a teleport already, don't do again { if (m_HitGroundTimer > std::chrono::milliseconds(500)) |