mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-27 20:57:35 +01:00
useless stuff
This commit is contained in:
parent
f2e207dab1
commit
b62e527b40
@ -16,12 +16,9 @@ import java.util.jar.JarFile;
|
|||||||
|
|
||||||
public class ModuleManager {
|
public class ModuleManager {
|
||||||
|
|
||||||
private AuthMe plugin;
|
|
||||||
|
|
||||||
private List<Module> modules = new ArrayList<>();
|
private List<Module> modules = new ArrayList<>();
|
||||||
|
|
||||||
public ModuleManager(AuthMe plugin) {
|
public ModuleManager(AuthMe plugin) {
|
||||||
this.plugin = plugin;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isModuleEnabled(String name) {
|
public boolean isModuleEnabled(String name) {
|
||||||
|
Loading…
Reference in New Issue
Block a user