diff --git a/Utilities/Patches.cs b/Utilities/Patches.cs index 8b06657..7229cbe 100644 --- a/Utilities/Patches.cs +++ b/Utilities/Patches.cs @@ -245,13 +245,13 @@ namespace SeamlessClientPlugin.SeamlessTransfer } - + private static bool GetCustomLoadingScreenPath(List Mods, out string File) { File = null; string WorkshopDir = MyFileSystem.ModsPath; List backgrounds = new List(); - Random r = new Random(); + Random r = new Random(DateTime.Now.Millisecond); SeamlessClient.TryShow(WorkshopDir); try {