Code style changes.
This commit is contained in:
@@ -29,6 +29,6 @@ public class ConditionTargetPlayable extends Condition
|
||||
@Override
|
||||
public boolean testImpl(L2Character effector, L2Character effected, Skill skill, L2Item item)
|
||||
{
|
||||
return (effected instanceof L2Playable);
|
||||
return effected instanceof L2Playable;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user