diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Mobs/Monster.cpp | 2 |
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); } |