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