update logging and add pl splash as the main one
All checks were successful
Build / Build Launcher (push) Successful in 2m31s
All checks were successful
Build / Build Launcher (push) Successful in 2m31s
This commit is contained in:
@@ -122,7 +122,7 @@ public class MyGuiScreenPluginConfig : MyGuiScreenBase
|
||||
|
||||
private void DownloadStats()
|
||||
{
|
||||
LogFile.WriteLine("Downloading user statistics", false);
|
||||
LogFile.Log.Debug("Downloading user statistics", false);
|
||||
Parallel.Start(() => { PluginStats = StatsClient.DownloadStats(); }, OnDownloadedStats);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user