Fix rank display bug in Construct modes

This commit is contained in:
NOT_A_ROBOT
2023-10-03 08:49:22 +07:00
parent 0eb4212e40
commit 03a2e9356c
4 changed files with 8 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ return {
gc_setColor(COLOR.lX)
setFont(20)
GC.mStr(text.highest:repD(getConstructGrade(D.maxRankPts)),63,216)
GC.mStr(text.highest:repD(D.maxRankPts+1),63,336)
GC.mStr(text.highest:repD(D.maxRankPts-1),63,336)
end
if not D.showGuide then return end