Update KSpigot.kt

This commit is contained in:
Jakob K
2021-06-15 17:01:58 +02:00
parent cc08fd999f
commit f27614dff4

View File

@@ -39,6 +39,7 @@ abstract class KSpigot : JavaPlugin() {
* Called when the plugin gets disabled * Called when the plugin gets disabled
*/ */
open fun shutdown() {} open fun shutdown() {}
final override fun onLoad() { final override fun onLoad() {
KSpigotMainInstance = this KSpigotMainInstance = this
load() load()