Compare commits

..

2 Commits

Author SHA1 Message Date
Auxilor
17ee1ac2ff Updated to 6.29.2 2022-03-20 15:44:06 +00:00
Auxilor
a6fa446d95 Fixed Head Database integration 2022-03-20 15:43:55 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class CustomItemsHeadDatabase(
private lateinit var api: HeadDatabaseAPI
override fun provideForKey(key: String): TestableItem? {
if (this::api.isInitialized) {
if (!this::api.isInitialized) {
return null
}

View File

@@ -1,3 +1,3 @@
version = 6.29.1
version = 6.29.2
plugin-name = eco
kotlin.code.style = official