diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt index 4a0e1a9..1be437c 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt @@ -14,7 +14,7 @@ abstract class Booster( abstract val duration: Int val dataKey = PersistentDataKey( - plugin.namespacedKeyFactory.create("boosters_$id"), + plugin.namespacedKeyFactory.create(id), PersistentDataKeyType.INT, 0 )