Comment change

This commit is contained in:
Dev 2023-11-26 22:35:26 +00:00
parent 8d32cf2d03
commit 130f120fda

View File

@ -512,6 +512,7 @@ export class BotGenerator
return;
}
// more color = more op
botInfo.GameVersion = this.weightedRandomHelper.getWeightedValue(this.pmcConfig.gameVersionWeight);
botInfo.MemberCategory = Number.parseInt(
this.weightedRandomHelper.getWeightedValue(this.pmcConfig.accountTypeWeight),