- Fixed emerald jump for Relyh

This commit is contained in:
AlexTheCoder 2015-10-26 23:42:52 -04:00
parent 7770fa0284
commit 9d6a361602

View File

@ -74,6 +74,9 @@ public class Emerald
if (!_ent.equals(item))
return;
if (_ent.getTicksLived() <= 2000)
return;
if (!Host.IsAlive(player))
return;