forked from MagicBane/Server
Signature argument renamed
This commit is contained in:
@@ -30,8 +30,8 @@ import engine.wpak.data.PowerAction;
|
||||
|
||||
public class RecallPowerAction extends AbstractPowerAction {
|
||||
|
||||
public RecallPowerAction(PowerAction rs) {
|
||||
super(rs);
|
||||
public RecallPowerAction(PowerAction powerAction) {
|
||||
super(powerAction);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user