Skip to content

Commit

Permalink
fix: remove exception in onEnable
Browse files Browse the repository at this point in the history
  • Loading branch information
honkling committed Mar 25, 2023
1 parent 2955902 commit f3910fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/kotlin/me/honkling/uwulogs/UwULogs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ class UwULogs : JavaPlugin() {

logger.info("UwULogs is done.")
locked = true

Bukkit.getScheduler().runTask(this) {
throw Exception("hello")
}
}

fun setPluginLoggers() {
Expand Down

0 comments on commit f3910fc

Please sign in to comment.