forked from MagicBane/Server
Signature argument renamed
This commit is contained in:
@@ -26,8 +26,8 @@ public class OpenGatePowerAction extends AbstractPowerAction {
|
||||
/**
|
||||
* ResultSet Constructor
|
||||
*/
|
||||
public OpenGatePowerAction(PowerAction rs) {
|
||||
super(rs);
|
||||
public OpenGatePowerAction(PowerAction powerAction) {
|
||||
super(powerAction);
|
||||
}
|
||||
|
||||
public OpenGatePowerAction(int uUID, String iDString, String type, boolean isAggressive, long validItemFlags) {
|
||||
|
||||
Reference in New Issue
Block a user