forked from MagicBane/Server
Signature argument renamed
This commit is contained in:
@@ -26,10 +26,10 @@ public class InvisPowerAction extends AbstractPowerAction {
|
||||
private String effectID;
|
||||
private EffectsBase effect;
|
||||
|
||||
public InvisPowerAction(PowerAction rs, HashMap<String, EffectsBase> effects) {
|
||||
super(rs);
|
||||
public InvisPowerAction(PowerAction powerAction, HashMap<String, EffectsBase> effects) {
|
||||
super(powerAction);
|
||||
|
||||
this.effectID = rs.effects.get(0).effect_id;
|
||||
this.effectID = powerAction.effects.get(0).effect_id;
|
||||
;
|
||||
this.effect = effects.get(this.effectID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user