From 36b931f6800bb51d0d2ffd3edbd847ffb67d5b67 Mon Sep 17 00:00:00 2001 From: John Gross Date: Thu, 17 Jan 2019 14:51:24 -0800 Subject: [PATCH] Fix compilation errors, disable XML warnings --- Torch.API/Torch.API.csproj | 1 + Torch.Client/Torch.Client.csproj | 1 + Torch.Server/Torch.Server.csproj | 1 + Torch/Torch.csproj | 1 + Torch/VRageGame.cs | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Torch.API/Torch.API.csproj b/Torch.API/Torch.API.csproj index c7137e0..10bedc2 100644 --- a/Torch.API/Torch.API.csproj +++ b/Torch.API/Torch.API.csproj @@ -31,6 +31,7 @@ prompt MinimumRecommendedRules.ruleset $(SolutionDir)\bin\x64\Release\Torch.API.xml + 1591 diff --git a/Torch.Client/Torch.Client.csproj b/Torch.Client/Torch.Client.csproj index 40f2506..82a74fa 100644 --- a/Torch.Client/Torch.Client.csproj +++ b/Torch.Client/Torch.Client.csproj @@ -36,6 +36,7 @@ MinimumRecommendedRules.ruleset true $(SolutionDir)\bin\x64\Release\Torch.Client.xml + 1591 torchicon.ico diff --git a/Torch.Server/Torch.Server.csproj b/Torch.Server/Torch.Server.csproj index 545f740..0e0b2fb 100644 --- a/Torch.Server/Torch.Server.csproj +++ b/Torch.Server/Torch.Server.csproj @@ -51,6 +51,7 @@ MinimumRecommendedRules.ruleset true $(SolutionDir)\bin\x64\Release\Torch.Server.xml + 1591 Torch.Server.Program diff --git a/Torch/Torch.csproj b/Torch/Torch.csproj index 1a50d4f..defaca4 100644 --- a/Torch/Torch.csproj +++ b/Torch/Torch.csproj @@ -33,6 +33,7 @@ MinimumRecommendedRules.ruleset $(SolutionDir)\bin\x64\Release\Torch.xml true + 1591 diff --git a/Torch/VRageGame.cs b/Torch/VRageGame.cs index e470878..eafe74a 100644 --- a/Torch/VRageGame.cs +++ b/Torch/VRageGame.cs @@ -277,7 +277,7 @@ namespace Torch MyObjectBuilder_Checkpoint checkpoint = MyLocalCache.LoadCheckpoint(sessionPath, out checkpointSize); if (MySession.IsCompatibleVersion(checkpoint)) { - if (MyWorkshop.DownloadWorldModsBlocking(checkpoint.Mods, null).Success) + if (MyWorkshop.DownloadWorldModsBlocking(checkpoint.Mods).Success) { // MySpaceAnalytics.Instance.SetEntry(MyGameEntryEnum.Load); MySession.Load(sessionPath, checkpoint, checkpointSize);