Skip to content

Commit

Permalink
fix: fix using onEnable rather than onStart
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Jun 1, 2024
1 parent b1cc52e commit 3266e64
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ package com.panomc.plugins.announcement
import com.panomc.platform.api.PanoPlugin

class AnnouncementPlugin : PanoPlugin() {
override suspend fun onEnable() {
override suspend fun onStart() {
logger.info("Started!")
}

override suspend fun onDisable() {
}
}

0 comments on commit 3266e64

Please sign in to comment.