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