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