- Fixed emerald jump for Relyh
This commit is contained in:
parent
7770fa0284
commit
9d6a361602
@ -74,6 +74,9 @@ public class Emerald
|
||||
if (!_ent.equals(item))
|
||||
return;
|
||||
|
||||
if (_ent.getTicksLived() <= 2000)
|
||||
return;
|
||||
|
||||
if (!Host.IsAlive(player))
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user