diff --git a/src/Mobs/Monster.cpp b/src/Mobs/Monster.cpp index 38bec857c..2e365e987 100644 --- a/src/Mobs/Monster.cpp +++ b/src/Mobs/Monster.cpp @@ -243,7 +243,6 @@ void cMonster::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) { m_Target = nullptr; m_EMState = IDLE; - return; } } }