diff --git a/src/Mobs/Monster.cpp b/src/Mobs/Monster.cpp index 9a51f79d2..b1975368d 100644 --- a/src/Mobs/Monster.cpp +++ b/src/Mobs/Monster.cpp @@ -768,7 +768,7 @@ void cMonster::CheckEventSeePlayer(cChunk & a_Chunk) { EventSeePlayer(&a_Player, a_Chunk); return true; - }, false); + }, true); }