From 4c17a6ead9383f4353d2382c4115836f32cbab40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcus=20andr=C3=A9?= Date: Mon, 20 May 2019 07:10:11 -0300 Subject: [PATCH] Make AppVeyor Great Again --- SRL/Reloader.cs | 2 +- SRL/SRL.csproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SRL/Reloader.cs b/SRL/Reloader.cs index 3f34c44..d905992 100644 --- a/SRL/Reloader.cs +++ b/SRL/Reloader.cs @@ -333,7 +333,7 @@ internal static void Init() { } if (!File.Exists(TLMap) || Ini.GetConfig(CfgName, "Rebuild", IniPath, false).ToLower() == "true") { - Log("Unabled to load the {0}", false, TLMap); + Log("Unabled to load the {0}", true, TLMap); bool ContainsSplitedList = Directory.GetFiles(BaseDir, Path.GetFileName(string.Format(TLMapSrcMsk, "*"))).Length != 0; if (File.Exists(TLMapSrc) || ContainsSplitedList) diff --git a/SRL/SRL.csproj b/SRL/SRL.csproj index 3d73953..bce506b 100644 --- a/SRL/SRL.csproj +++ b/SRL/SRL.csproj @@ -36,6 +36,7 @@ false AnyCPU false + 7.3