Fixed oopsie

This commit is contained in:
Auxilor
2022-02-17 16:33:00 +00:00
parent bdc83e05f2
commit 264efcf3e9
@@ -54,7 +54,7 @@ class BoostersPlugin : LibReforgePlugin(2036, 14269, "&e") {
if (value == null) { if (value == null) {
Bukkit.getServer().profile.write(boosterKey, "") Bukkit.getServer().profile.write(boosterKey, "")
} else { } else {
Bukkit.getServer().profile.write(boosterKey, "${value.booster.id}::${value.player}") Bukkit.getServer().profile.write(boosterKey, "${value.booster.id}::${value.player.uniqueId}")
} }
} }