Added seed into randomizer
This commit is contained in:
@@ -251,7 +251,7 @@ namespace SeamlessClientPlugin.SeamlessTransfer
|
|||||||
File = null;
|
File = null;
|
||||||
string WorkshopDir = MyFileSystem.ModsPath;
|
string WorkshopDir = MyFileSystem.ModsPath;
|
||||||
List<string> backgrounds = new List<string>();
|
List<string> backgrounds = new List<string>();
|
||||||
Random r = new Random();
|
Random r = new Random(DateTime.Now.Millisecond);
|
||||||
SeamlessClient.TryShow(WorkshopDir);
|
SeamlessClient.TryShow(WorkshopDir);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user