This commit is contained in:
2025-09-07 22:51:55 +02:00
parent fbfd8b8bbc
commit fdd442115e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import Multicolored from "../../_components/Multicolored"
export function BedwarsLevel({ xp }: { xp: number }) {
const level = getBWLevelForExp(xp)
const color = getPrestige(level).color
const color = getPrestige(level).colormap
const star = getBedwarsStar(level)
const val = `[${level}${star}]`