Add fixes translations

This commit is contained in:
nea
2023-07-31 01:51:49 +02:00
parent bdf943b1f1
commit f72db06a40
2 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ object Fixes : FirmamentFeature {
val fixUnsignedPlayerSkins by toggle("player-skins") { true }
}
override val config: ManagedConfig
get() = TConfig
override fun onLoad() {
}
}