summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Mobs/Monster.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}