summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-03-21 14:07:16 +0100
committerMattes D <github@xoft.cz>2015-03-21 14:07:16 +0100
commit7e7527cc43efdd3f83fcf65cb9d6cac3222854d2 (patch)
tree37e180f4c2bdcca7f0f23407fdf12a5766202453
parentImproved arrow in-flight and block-hit appearance (diff)
downloadcuberite-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
-rw-r--r--src/Entities/ArrowEntity.cpp2
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))