Skip to content

Commit 866a1bc

Browse files
committed
hotfix
1 parent e3191da commit 866a1bc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/main/kotlin/cc/modlabs/kpaper/main/KPlugin.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ abstract class KPlugin : JavaPlugin() {
3939

4040
final override fun onEnable() {
4141
startup()
42-
43-
// only register the commands if the plugin has not disabled itself
44-
if (this.isEnabled) {
45-
TODO()
46-
}
4742
}
4843

4944
final override fun onDisable() {

0 commit comments

Comments
 (0)