50 gp
This commit is contained in:
parent
ab23f99e6c
commit
f9f34000e3
@ -589,9 +589,9 @@ export async function ocmGiveNamePlateReward(competitionId: number)
|
|||||||
let participantLength = getCarParticipant.length;
|
let participantLength = getCarParticipant.length;
|
||||||
|
|
||||||
// Participant is more than certain number (100 is default)
|
// Participant is more than certain number (100 is default)
|
||||||
if(participantLength > 25)
|
if(participantLength > 50)
|
||||||
{
|
{
|
||||||
participantLength = 25;
|
participantLength = 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 16th - C1
|
// 16th - C1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user