Skip to content

Commit

Permalink
chore: remove useless instance code
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Apr 2, 2024
1 parent b855f1a commit 6e1b6e2
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ package com.panomc.plugins.announcement
import com.panomc.platform.api.PanoPlugin

class AnnouncementPlugin : PanoPlugin() {
companion object {
internal lateinit var INSTANCE: AnnouncementPlugin
}

override suspend fun onLoad() {
INSTANCE = this
}

override suspend fun onEnable() {
logger.info("Started!")
}
Expand Down

0 comments on commit 6e1b6e2

Please sign in to comment.