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

Commit e8c45a2

Browse files
author
Zaczero
committed
Minor comment edit
1 parent c8eeccb commit e8c45a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SharpLoader/Core/SourceRandomizer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ private string[] GetCodeBlocks(string str)
518518
{
519519
string[] blocks;
520520

521-
// Swap blocks
521+
// Get blocks
522522
if (str.IndexOf("<block>", StringComparison.Ordinal) != -1)
523523
{
524524
var blockList = new List<string>();
@@ -547,7 +547,7 @@ private string[] GetCodeBlocks(string str)
547547

548548
blocks = blockList.ToArray();
549549
}
550-
// Swap lines
550+
// Get lines
551551
else
552552
{
553553
// Split

0 commit comments

Comments
 (0)