Fix bug
This commit is contained in:
@@ -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}]`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user