Skip to content
Snippets Groups Projects
Commit cceb15f2 authored by Maneco2's avatar Maneco2 Committed by Christian
Browse files

Minor cleanup

parent 4561e293
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ public final class BonusTimeLimitUp extends AbstractEffect {
@Override
public void onExit(BuffInfo info) {
L2PcInstance activeChar = info.getEffected().getActingPlayer();
if ((activeChar.isRecomTimerResume()) && (!activeChar.isInsideZone(ZoneId.PEACE))) {
if (!activeChar.isInsideZone(ZoneId.PEACE)) {
activeChar.setRecomTimerActive(true);
}
}
......
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