From 2383f834f7c7890b12fd4fee9387f4cd3ca3b1e0 Mon Sep 17 00:00:00 2001 From: hgn Date: Wed, 1 Feb 2023 10:33:22 +0000 Subject: [PATCH 1/1] j --- highscores.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/highscores.h b/highscores.h index d4b819f..257ff69 100644 --- a/highscores.h +++ b/highscores.h @@ -588,7 +588,9 @@ VG_STATIC void highscores_board_generate( char *buf, u32 id, u32 count ) /* yep, this is fucking awesome! */ if( inf->playerid == 0x8297744501001001 || - inf->playerid == 0x1ec4620101001001 ) + inf->playerid == 0x1ec4620101001001 || + inf->playerid == 0x0110000145749782 || + inf->playerid == 0x011000010162c41e ) { i --; } -- 2.25.1