Updated libreforge

This commit is contained in:
Auxilor
2022-05-05 21:26:20 +01:00
parent ecca8c2702
commit 8b3b3d5eaf
3 changed files with 3 additions and 3 deletions
@@ -26,7 +26,7 @@ class Booster(
private val plugin: BoostersPlugin,
val config: Config,
) : Holder {
val id = config.getString("id")
override val id = config.getString("id")
val ownedDataKey: PersistentDataKey<Int> = PersistentDataKey(
plugin.namespacedKeyFactory.create(id),