diff options
Diffstat (limited to '')
-rw-r--r-- | src/Entities/Pickup.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Entities/Pickup.cpp b/src/Entities/Pickup.cpp index bdb9128dc..69bb981e6 100644 --- a/src/Entities/Pickup.cpp +++ b/src/Entities/Pickup.cpp @@ -182,12 +182,6 @@ void cPickup::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) Destroy(true); return; } - - if (GetPosY() < VOID_BOUNDARY) // Out of this world and no more visible! - { - Destroy(true); - return; - } } |