Skip to content

Commit

Permalink
fix: reload config on plugin enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Sep 3, 2022
1 parent 8b18250 commit 551c854
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class TimeToGo extends JavaPlugin {

override def onEnable(): Unit = {
saveDefaultConfig()
reloadConfig()

Bukkit.getPluginManager.registerEvents(PlayerLoginListener, this)

Expand Down

0 comments on commit 551c854

Please sign in to comment.