Changed ID

This commit is contained in:
Auxilor
2021-11-02 20:36:13 +00:00
parent ec274249b2
commit c9a6618ec5

View File

@@ -14,7 +14,7 @@ abstract class Booster(
abstract val duration: Int
val dataKey = PersistentDataKey<Int>(
plugin.namespacedKeyFactory.create("boosters_$id"),
plugin.namespacedKeyFactory.create(id),
PersistentDataKeyType.INT,
0
)