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