summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Frederick <doublej472@gmail.com>2014-09-29 04:27:53 +0200
committerJonathan Frederick <doublej472@gmail.com>2014-09-29 04:27:53 +0200
commitc02711633dd3491242ba5d73148bb9289db04ebf (patch)
treeaacb589ac3f0105987fdc685294ded373ec503bc
parentFix comments (diff)
downloadcuberite-c02711633dd3491242ba5d73148bb9289db04ebf.tar
cuberite-c02711633dd3491242ba5d73148bb9289db04ebf.tar.gz
cuberite-c02711633dd3491242ba5d73148bb9289db04ebf.tar.bz2
cuberite-c02711633dd3491242ba5d73148bb9289db04ebf.tar.lz
cuberite-c02711633dd3491242ba5d73148bb9289db04ebf.tar.xz
cuberite-c02711633dd3491242ba5d73148bb9289db04ebf.tar.zst
cuberite-c02711633dd3491242ba5d73148bb9289db04ebf.zip
-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
}
}