forked from MagicBane/Server
Signature argument renamed
This commit is contained in:
@@ -26,8 +26,8 @@ public class SpireDisablePowerAction extends AbstractPowerAction {
|
||||
/**
|
||||
* ResultSet Constructor
|
||||
*/
|
||||
public SpireDisablePowerAction(PowerAction rs) {
|
||||
super(rs);
|
||||
public SpireDisablePowerAction(PowerAction powerAction) {
|
||||
super(powerAction);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user