diff options
Diffstat (limited to '')
-rw-r--r-- | src/Entities/ArrowEntity.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Entities/ArrowEntity.h b/src/Entities/ArrowEntity.h index 474932514..6b6e5d010 100644 --- a/src/Entities/ArrowEntity.h +++ b/src/Entities/ArrowEntity.h @@ -92,12 +92,6 @@ protected: /** Timer for pickup collection animation or five minute timeout */ std::chrono::milliseconds m_Timer; - /** Timer for client arrow position confirmation via TeleportEntity */ - std::chrono::milliseconds m_HitGroundTimer; - - // Whether the arrow has already been teleported into the proper position in the ground. - bool m_HasTeleported; - /** If true, the arrow is in the process of being collected - don't go to anyone else */ bool m_bIsCollected; |