Skip to content

Commit

Permalink
Fix paper crash
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzaurora committed May 6, 2023
1 parent eebaa70 commit 1b067f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import java.net.InetSocketAddress
class BlossomBackend : JavaPlugin() {

override fun onEnable() {
saveDefaultConfig()
// saveDefaultConfig()
val manager = BlossomManager(
// disabled until further discussionconfig.getString("token")!!
)
Expand Down

1 comment on commit 1b067f6

@xyzaurora
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #1

Please sign in to comment.