diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt index f2f09aa..fd7d41e 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt @@ -54,7 +54,7 @@ class BoostersPlugin : LibReforgePlugin(2036, 14269, "&e") { if (value == null) { Bukkit.getServer().profile.write(boosterKey, "") } else { - Bukkit.getServer().profile.write(boosterKey, "${value.booster.id}::${value.player}") + Bukkit.getServer().profile.write(boosterKey, "${value.booster.id}::${value.player.uniqueId}") } }