0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

why the f*ck we using spaces and not tabs :reee:

This commit is contained in:
CWXDEV 2024-01-12 23:47:41 +00:00
parent 091e4fa41b
commit 22ad266b27

View File

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