Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 23f53b4

Browse files
author
Zaczero
committed
Increased default trash amount
1 parent 4fe7685 commit 23f53b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharpLoader/Core/SourceRandomizer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ private void Trash(ref string str)
457457
// No arguments
458458
else
459459
{
460-
trashAmount = _rnd.Next(1, 6 + 1);
460+
trashAmount = _rnd.Next(1, 10 + 1);
461461
}
462462

463463
// Indexes:

0 commit comments

Comments
 (0)