1
0
This commit is contained in:
Jonathan Frederick 2014-09-28 19:27:53 -07:00
parent 7a61e1e604
commit c02711633d

View File

@ -197,7 +197,7 @@ void cEnderman::Tick(float a_Dt, cChunk & a_Chunk)
{ {
EventLosePlayer(); EventLosePlayer();
TakeDamage(dtDrowning, NULL, 1, 0); TakeDamage(dtDrowning, NULL, 1, 0);
//TODO teleport to a safe location // TODO teleport to a safe location
} }
} }