mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-05 06:22:51 +00:00
Oops
This commit is contained in:
parent
40029e5af6
commit
c085f0098f
1 changed files with 1 additions and 1 deletions
|
|
@ -3345,7 +3345,7 @@ static void K_drawKartDuelScores(void)
|
|||
younum = younum.colorize(SKINCOLOR_GOLD);
|
||||
}
|
||||
|
||||
foenum.text("{}", foe->duelscore)
|
||||
foenum.text("{}", foe->duelscore);
|
||||
younum.text("{}", stplyr->duelscore);
|
||||
|
||||
// minirankings shamelessly copypasted because i know that shit works already
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue