summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthe1robert <11932981+leeadama@users.noreply.github.com>2020-12-19 15:47:55 +0100
committerTiger Wang <ziwei.tiger@outlook.com>2020-12-20 03:00:44 +0100
commit73ae985a4b8018839b9f1864b09479211b352181 (patch)
tree123f2037677f7fbcbcba86896a87733e9845544e
parentTrace to surface of cube. (diff)
downloadcuberite-73ae985a4b8018839b9f1864b09479211b352181.tar
cuberite-73ae985a4b8018839b9f1864b09479211b352181.tar.gz
cuberite-73ae985a4b8018839b9f1864b09479211b352181.tar.bz2
cuberite-73ae985a4b8018839b9f1864b09479211b352181.tar.lz
cuberite-73ae985a4b8018839b9f1864b09479211b352181.tar.xz
cuberite-73ae985a4b8018839b9f1864b09479211b352181.tar.zst
cuberite-73ae985a4b8018839b9f1864b09479211b352181.zip
-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);
}