1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 18:33:00 +01:00

Static Abuse Removal - Command package done for now

This commit is contained in:
nossr50
2019-07-02 19:27:51 -07:00
parent a9207b6f38
commit 67afdd7efb
9 changed files with 21 additions and 20 deletions

View File

@@ -7,10 +7,8 @@ import org.bukkit.command.CommandSender;
public class GodModeCommand extends ToggleCommand {
private mcMMO pluginRef;
public GodModeCommand(mcMMO pluginRef) {
this.pluginRef = pluginRef;
super(pluginRef);
}
@Override