Update comment in main class

This commit is contained in:
Jakob K
2021-09-17 00:06:51 +02:00
parent cf1492c4eb
commit b7d6523939

View File

@@ -66,7 +66,7 @@ abstract class KSpigot : JavaPlugin() {
final override fun onEnable() {
startup()
// Only register the listeners, when the plugin is still enabled and didn't get disabled in the shutdown method
// only register the commands if the plugin has not disabled itself
if (this.isEnabled) {
BrigardierSupport.registerAll()
}