Skip to content

Commit

Permalink
Initialized Module Downloader On Enable
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Fran committed Dec 31, 2021
1 parent a9676c0 commit 5066430
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ package xyz.theprogramsrc.dependencydownloadermodule

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

class Main: Module()
class Main: Module() {

override fun onEnable() {
DependencyDownloader()
}
}

0 comments on commit 5066430

Please sign in to comment.