Changed ID
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user