Added missing final modifiers.
This commit is contained in:
@@ -59,7 +59,7 @@ public final class TargetMeProbability extends AbstractEffect
|
||||
{
|
||||
if (info.getEffected().getTarget() != info.getEffector())
|
||||
{
|
||||
L2PcInstance effector = info.getEffector().getActingPlayer();
|
||||
final L2PcInstance effector = info.getEffector().getActingPlayer();
|
||||
// If effector is null, then its not a player, but NPC. If its not null, then it should check if the skill is pvp skill.
|
||||
if ((effector == null) || effector.checkPvpSkill(info.getEffected(), info.getSkill()))
|
||||
{
|
||||
|
Reference in New Issue
Block a user