mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-20 22:34:43 +02:00
Because making it upper case broke all the things.
This commit is contained in:
@ -6,16 +6,16 @@ import org.bukkit.command.CommandExecutor;
|
||||
import org.bukkit.command.CommandSender;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
import com.gmail.nossr50.McMMO;
|
||||
import com.gmail.nossr50.mcMMO;
|
||||
import com.gmail.nossr50.commands.CommandHelper;
|
||||
import com.gmail.nossr50.config.Config;
|
||||
import com.gmail.nossr50.runnables.SQLConversionTask;
|
||||
import com.gmail.nossr50.util.Users;
|
||||
|
||||
public class MmoupdateCommand implements CommandExecutor {
|
||||
private final McMMO plugin;
|
||||
private final mcMMO plugin;
|
||||
|
||||
public MmoupdateCommand (McMMO plugin) {
|
||||
public MmoupdateCommand (mcMMO plugin) {
|
||||
this.plugin = plugin;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user