summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Enderman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Enderman.cpp')
-rw-r--r--src/Mobs/Enderman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Enderman.cpp b/src/Mobs/Enderman.cpp
index ffc24e56b..567714382 100644
--- a/src/Mobs/Enderman.cpp
+++ b/src/Mobs/Enderman.cpp
@@ -197,7 +197,7 @@ void cEnderman::Tick(float a_Dt, cChunk & a_Chunk)
{
EventLosePlayer();
TakeDamage(dtDrowning, NULL, 1, 0);
- //TODO teleport to a safe location
+ // TODO teleport to a safe location
}
}