From f9f34000e3c89ff0971c11a8a36363f4a595ffd5 Mon Sep 17 00:00:00 2001 From: Shiroi Kitsu <108461408+shiroikitsu8@users.noreply.github.com> Date: Thu, 29 Jun 2023 10:22:11 +0700 Subject: [PATCH] 50 gp --- src/modules/ghost/ghost_ocm.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/ghost/ghost_ocm.ts b/src/modules/ghost/ghost_ocm.ts index dbcdbca..603fe6f 100644 --- a/src/modules/ghost/ghost_ocm.ts +++ b/src/modules/ghost/ghost_ocm.ts @@ -589,9 +589,9 @@ export async function ocmGiveNamePlateReward(competitionId: number) let participantLength = getCarParticipant.length; // Participant is more than certain number (100 is default) - if(participantLength > 25) + if(participantLength > 50) { - participantLength = 25; + participantLength = 50; } // 16th - C1