From 264efcf3e9705e6bb0d9ad539a1559ac2d130317 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 17 Feb 2022 16:33:00 +0000 Subject: [PATCH] Fixed oopsie --- .../src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}") } }