mirror of
https://github.com/Auxilor/EcoSkills.git
synced 2026-01-03 06:12:21 +00:00
Fixed Levellable
This commit is contained in:
@@ -30,7 +30,7 @@ abstract class Levellable(
|
||||
val config: Config,
|
||||
protected val plugin: EcoSkillsPlugin
|
||||
) : KRegistrable {
|
||||
open val startLevel = 1
|
||||
open val startLevel = 0
|
||||
|
||||
private val key by lazy {
|
||||
PersistentDataKey(
|
||||
|
||||
Reference in New Issue
Block a user