Fix bug
This commit is contained in:
@@ -79,7 +79,7 @@ export function getPrestige(level: number) {
|
||||
}
|
||||
}
|
||||
|
||||
if (floored < 1000) {
|
||||
if (level >= 1000) {
|
||||
const pres = PRESTIGES.find(p => p.level === floored)!
|
||||
return {
|
||||
color: pres.color,
|
||||
|
||||
Reference in New Issue
Block a user