1
0
mirror of synced 2025-01-23 15:02:06 +01:00
This commit is contained in:
Shiroi Kitsu 2023-06-29 10:22:11 +07:00
parent ab23f99e6c
commit f9f34000e3

View File

@ -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