Small amount of inspection cleanup.

This commit is contained in:
Kenneth Endfinger
2022-01-15 16:21:38 -05:00
parent 93d1888537
commit 9398ada817
2 changed files with 16 additions and 12 deletions

View File

@ -17,12 +17,6 @@ import kotlin.io.path.inputStream
class GameplayFeature : Feature() {
private val config by inject<GameplayConfig>()
override fun enable() {
}
override fun disable() {
}
override fun module() = module {
single {
val configPath = Util.copyDefaultConfig<FoundationCorePlugin>(