diff --git a/src/main/kotlin/xyz/theprogramsrc/dependencydownloadermodule/Main.kt b/src/main/kotlin/xyz/theprogramsrc/dependencydownloadermodule/Main.kt index 8b897c9..0780b87 100644 --- a/src/main/kotlin/xyz/theprogramsrc/dependencydownloadermodule/Main.kt +++ b/src/main/kotlin/xyz/theprogramsrc/dependencydownloadermodule/Main.kt @@ -2,4 +2,9 @@ package xyz.theprogramsrc.dependencydownloadermodule import xyz.theprogramsrc.simplecoreapi.global.module.Module -class Main: Module() \ No newline at end of file +class Main: Module() { + + override fun onEnable() { + DependencyDownloader() + } +} \ No newline at end of file