1
0
Fork 0
This commit is contained in:
Jonathan Frederick 2014-09-28 19:27:53 -07:00
parent 7a61e1e604
commit c02711633d
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}