Skip to content

Commit 5066430

Browse files
author
Francisco Solis
committed
Initialized Module Downloader On Enable
1 parent a9676c0 commit 5066430

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • src/main/kotlin/xyz/theprogramsrc/dependencydownloadermodule

src/main/kotlin/xyz/theprogramsrc/dependencydownloadermodule/Main.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ package xyz.theprogramsrc.dependencydownloadermodule
22

33
import xyz.theprogramsrc.simplecoreapi.global.module.Module
44

5-
class Main: Module()
5+
class Main: Module() {
6+
7+
override fun onEnable() {
8+
DependencyDownloader()
9+
}
10+
}

0 commit comments

Comments
 (0)