Skip to content

Commit

Permalink
Added open keyword for Kotlin version of DemoPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Youri Chancrin committed Dec 19, 2024
1 parent 6aadfdc commit 191e4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/user_guide/introduction/first_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ package org.mockbukkit.docsdemo

import org.bukkit.plugin.java.JavaPlugin

class DemoPlugin: JavaPlugin() {
open class DemoPlugin: JavaPlugin() {

override fun onEnable() {
logger.info("${this.name} enabled")
Expand Down

0 comments on commit 191e4be

Please sign in to comment.