Changed ID
This commit is contained in:
@@ -14,7 +14,7 @@ abstract class Booster(
|
|||||||
abstract val duration: Int
|
abstract val duration: Int
|
||||||
|
|
||||||
val dataKey = PersistentDataKey<Int>(
|
val dataKey = PersistentDataKey<Int>(
|
||||||
plugin.namespacedKeyFactory.create("boosters_$id"),
|
plugin.namespacedKeyFactory.create(id),
|
||||||
PersistentDataKeyType.INT,
|
PersistentDataKeyType.INT,
|
||||||
0
|
0
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user