summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Guardian.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Guardian.h')
-rw-r--r--src/Mobs/Guardian.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mobs/Guardian.h b/src/Mobs/Guardian.h
index 6bc17947c..289654f57 100644
--- a/src/Mobs/Guardian.h
+++ b/src/Mobs/Guardian.h
@@ -11,14 +11,14 @@ class cGuardian :
public cAggressiveMonster
{
typedef cAggressiveMonster super;
-
+
public:
cGuardian();
virtual void Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override;
CLASS_PROTODEF(cGuardian)
-
+
virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = nullptr) override;
// Guardians do not drown (or float)