why the f*ck we using spaces and not tabs :reee:
This commit is contained in:
parent
091e4fa41b
commit
22ad266b27
@ -563,7 +563,6 @@ export class RepeatableQuestGenerator
|
||||
for (let i = 0; i < distinctItemsToRetrieveCount; i++)
|
||||
{
|
||||
let randomNumber = this.randomUtil.randInt(itemSelection.length);
|
||||
|
||||
while (randomNumbersUsed.includes(randomNumber) && randomNumbersUsed.length !== itemSelection.length)
|
||||
{
|
||||
randomNumber = this.randomUtil.randInt(itemSelection.length);
|
||||
|
Loading…
Reference in New Issue
Block a user