Fixed kotlin class names

This commit is contained in:
Auxilor
2021-08-06 17:37:49 +01:00
parent db51c4c761
commit abf2964c48
16 changed files with 1 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ abstract class EcoSpigotPlugin: EcoPlugin(
CustomItemsManager.registerAllItems()
}
override fun loadIntegrationLoaders(): List<IntegrationLoader?> {
override fun loadIntegrationLoaders(): List<IntegrationLoader> {
return listOf( // AntiGrief
IntegrationLoader("WorldGuard") { AntigriefManager.register(AntigriefWorldGuard()) },
IntegrationLoader("GriefPrevention") { AntigriefManager.register(AntigriefGriefPrevention()) },