Skip to content
Snippets Groups Projects
Commit 57cb8a30 authored by Zealar's avatar Zealar
Browse files

Remove change committed by mistake

parent 8e4902f9
No related branches found
No related tags found
No related merge requests found
...@@ -48,17 +48,6 @@ public final class FakeDeath extends AbstractEffect ...@@ -48,17 +48,6 @@ public final class FakeDeath extends AbstractEffect
return L2EffectType.FAKE_DEATH; return L2EffectType.FAKE_DEATH;
} }
@Override
public boolean canStart(BuffInfo info)
{
System.out.println(info.getEffected().getActingPlayer().isFakeDeath());
if (info.getEffected().isAlikeDead())
{
info.getEffected().sendPacket(SystemMessageId.CANT_MOVE_SITTING);
}
return super.canStart(info);
}
@Override @Override
public boolean onActionTime(BuffInfo info) public boolean onActionTime(BuffInfo info)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment