diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Enderman.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Mobs/Enderman.h b/src/Mobs/Enderman.h index fa3b0d06b..a4864a7f1 100644 --- a/src/Mobs/Enderman.h +++ b/src/Mobs/Enderman.h @@ -20,7 +20,6 @@ public: virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = nullptr) override; virtual void CheckEventSeePlayer(cChunk & a_Chunk) override; - virtual void CheckEventLostPlayer(void) override; virtual void EventLosePlayer(void) override; virtual void Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override; |