mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-10 03:08:47 +01:00
Remove Static Abuse - Command Tasks
This commit is contained in:
@@ -11,7 +11,7 @@ import org.bukkit.entity.Player;
|
||||
|
||||
public class ConvertExperienceCommand implements CommandExecutor {
|
||||
|
||||
private mcMMO pluginRef;
|
||||
private final mcMMO pluginRef;
|
||||
|
||||
public ConvertExperienceCommand(mcMMO pluginRef) {
|
||||
this.pluginRef = pluginRef;
|
||||
|
||||
@@ -24,7 +24,7 @@ import java.util.UUID;
|
||||
*/
|
||||
public class SkillResetCommand implements TabExecutor {
|
||||
|
||||
private mcMMO pluginRef;
|
||||
private final mcMMO pluginRef;
|
||||
|
||||
public SkillResetCommand(mcMMO pluginRef) {
|
||||
this.pluginRef = pluginRef;
|
||||
|
||||
Reference in New Issue
Block a user